mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdgalaktik: handle cat --- , add imdb
This commit is contained in:
@@ -111,8 +111,15 @@ search:
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
selector: td:nth-child(1)
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["---", 4]
|
||||||
|
category|noappend:
|
||||||
selector: a[href^="browse.php?cat="]
|
selector: a[href^="browse.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
@@ -166,6 +173,12 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["details", "download"]
|
args: ["details", "download"]
|
||||||
|
imdbid:
|
||||||
|
selector: a[href^="browse.php?imdb="]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: imdb
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user