mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
tjupt: update DL selector once again
This commit is contained in:
parent
00466df8ac
commit
b193b640d4
1 changed files with 4 additions and 1 deletions
|
@ -119,8 +119,11 @@ search:
|
|||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="/download.php?id="]
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["details", "download"]
|
||||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue