mirror of https://github.com/Jackett/Jackett
Torrent9: remove category option, can't make it work reliable with support for All and others
This commit is contained in:
parent
b5b907c9ed
commit
cb53867b37
|
@ -27,33 +27,9 @@
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: category
|
|
||||||
type: select
|
|
||||||
label: Category Filter
|
|
||||||
default: "_"
|
|
||||||
options:
|
|
||||||
"_" : "All"
|
|
||||||
"films": "Movies"
|
|
||||||
"films-french": "Movies/French"
|
|
||||||
"films-vostfr": "Movies/VOSTFR"
|
|
||||||
"films-dvdrip-x264": "Movies/DVDRIP .x264"
|
|
||||||
"720p": "Movies/BluRay 720p"
|
|
||||||
"1080p": "Movies/BluRay 1080p"
|
|
||||||
"series": "TV/Series"
|
|
||||||
"series-vostfr": "TV/VOSTFR"
|
|
||||||
"series-francaise": "TV/French"
|
|
||||||
"series-dvdrip": "TV/DVDRIP"
|
|
||||||
"spectacles": "Shows"
|
|
||||||
"musique": "Music"
|
|
||||||
"ebook": "Ebooks"
|
|
||||||
"logiciels": "Software"
|
|
||||||
"jeux-pc": "PC Games"
|
|
||||||
"jeux-consoles": "Console Games"
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}/search_torrent/{{ re_replace .Config.category \"[_/]\" \"\" }}/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}"
|
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}"
|
||||||
rows:
|
rows:
|
||||||
selector: div.table-responsive > table tbody tr
|
selector: div.table-responsive > table tbody tr
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue