Skip to content

Commit

Permalink
jackett indexers as of adf379b3a436c686de6d14db57314e109acb437a
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jun 4, 2024
1 parent 9ca6d57 commit 115de00
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 161 deletions.
4 changes: 1 addition & 3 deletions definitions/v10/yggcookie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ settings:
type: text
label: User-Agent
- name: info_useragent
type: info
label: How to get the User-Agent
default: "<ol><li>From the same place you fetched the cookie,</li><li>Find <b>'user-agent:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole user-agent string <i>(everything after 'user-agent: ')</i> and <b>Paste</b> here.</li></ol>"
type: info_useragent
- name: multilang
type: checkbox
label: Replace MULTi by another language in release name
Expand Down
149 changes: 0 additions & 149 deletions definitions/v9/brsociety-api.yml

This file was deleted.

13 changes: 8 additions & 5 deletions definitions/v9/hdonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ search:
args: .
- name: append
args: "{{ if .Result._release_group }}-{{ .Result._release_group }}{{ else }}{{ end }}"
_filename:
title_filename:
selector: "fileName"
optional: true
filters:
- name: replace
args: [".mkv", ""]
- name: re_replace
args: ["\\s÷$", ""]
- name: append
args: " {{ if and (.Config.add_hybrid_features_to_filename) (eq .Result._hdr \"True\") }}[HDR]{{ else }}{{ end }}{{ if and (.Config.add_hybrid_features_to_filename) (eq .Result._hdr10plus \"True\") }}[HDR10+]{{ else }}{{ end }}{{ if and (.Config.add_hybrid_features_to_filename) (eq .Result._dovi \"True\") }}[DoVi]{{ else }}{{ end }}"
title_phase1:
text: "{{ if and (eq .Result.files \"1\") (.Result._filename) }}{{ .Result._filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
text: "{{ if and (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
title_vostfr:
text: "{{ .Result.title_phase1 }}"
filters:
Expand All @@ -287,7 +287,10 @@ search:
title:
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
description:
text: "{{ .Result._filename }}"
text: "{{ .Result.title_filename }}"
filters:
- name: re_replace
args: ["\\s÷$", ""]
_free:
selector: isFreeleech
downloadvolumefactor:
Expand Down
5 changes: 3 additions & 2 deletions definitions/v9/polishtorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ links:
caps:
categorymappings:
- {id: 6, cat: PC/0day, desc: "Aplikacje/Programy"}
- {id: 26, cat: Movies, desc: "iNTERNAL"}
- {id: 4, cat: TV/Anime, desc: "Bajki/Anime"}
- {id: 1, cat: Movies/HD, desc: "Filmy HD"}
- {id: 13, cat: Movies/DVD, desc: "DVD5/9"}
Expand All @@ -19,10 +20,10 @@ caps:
- {id: 16, cat: Movies/SD, desc: "Filmy SD"}
- {id: 17, cat: Movies/Other, desc: "Filmy inne"}
- {id: 15, cat: TV/Documentary, desc: "Dokumentalne"}
- {id: 5, cat: PC/Games, desc: "Gry pc"}
- {id: 24, cat: PC/Games, desc: "Gry dodatki"}
- {id: 18, cat: PC/Mobile-Android, desc: "Mobile"}
- {id: 5, cat: PC/Games, desc: "Gry pc"}
- {id: 10, cat: Console, desc: "Gry Konsole"}
- {id: 18, cat: PC/Mobile-Android, desc: "Mobile"}
- {id: 19, cat: Other, desc: "Inne"}
- {id: 8, cat: Audio, desc: "Muzyka"}
- {id: 11, cat: Movies, desc: "Paczki"}
Expand Down
4 changes: 2 additions & 2 deletions definitions/v9/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://03june.rudub.online/
- https://04june.rudub.online/
legacylinks:
- https://rudub.online/
- https://04may.rudub.online/
- https://05may.rudub.online/
- https://06may.rudub.online/
- https://07may.rudub.online/
Expand Down Expand Up @@ -40,6 +39,7 @@ legacylinks:
- https://31may.rudub.online/
- https://01june.rudub.online/
- https://02june.rudub.online/
- https://03june.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit 115de00

Please sign in to comment.