mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
hdgalaktik: handle cat --- , add imdb
This commit is contained in:
parent
e5401e2332
commit
22e3083dc1
1 changed files with 13 additions and 0 deletions
|
@ -111,8 +111,15 @@ search:
|
|||
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1)
|
||||
optional: true
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["---", 4]
|
||||
category|noappend:
|
||||
selector: a[href^="browse.php?cat="]
|
||||
attribute: href
|
||||
optional: true
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
|
@ -166,6 +173,12 @@ search:
|
|||
filters:
|
||||
- name: replace
|
||||
args: ["details", "download"]
|
||||
imdbid:
|
||||
selector: a[href^="browse.php?imdb="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: imdb
|
||||
size:
|
||||
selector: td:nth-child(4)
|
||||
seeders:
|
||||
|
|
Loading…
Add table
Reference in a new issue