mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ceskeforum: add genre results
This commit is contained in:
@@ -96,6 +96,7 @@ search:
|
|||||||
search_mode: 0
|
search_mode: 0
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
|
# can support genre searching but you need to know the id, eg &team10=1 for Drama (id is 10)
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
@@ -170,4 +171,10 @@ search:
|
|||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
genre:
|
||||||
|
selector: table.torrentname > tbody > tr > td:first-child
|
||||||
|
remove: a
|
||||||
|
filters:
|
||||||
|
- name: validate
|
||||||
|
args: "Akční, Animovaný, Dobrodružný, Dokumentární, Drama, Fantasy, Horor, Komedie, Krimi, Pohádka, Rodinný, Romantický, Sci-Fi, Thriller, Válečný, Western"
|
||||||
# NexusPHP Standard v1.5 Beta 4
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
Reference in New Issue
Block a user