mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
mazepa: drop rows without DL link
This commit is contained in:
parent
740dc7848c
commit
5d826f3c30
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ search:
|
|||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]
|
||||
selector: tr[id^="tor_"]:has(a[href^="./dl.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue