mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
helltorrents: drop rows without DL
This commit is contained in:
parent
e812427258
commit
6eb3b9290d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ search:
|
|||
# does not support sorting results, or imdbid searching, or have imdb in results
|
||||
|
||||
rows:
|
||||
selector: table.header:has(a[href^="details.php?id="])
|
||||
selector: table.header:has(a[href*="download.php?id="]), table.header:has(a[href*="piekielny.php"])
|
||||
|
||||
fields:
|
||||
categorydesc:
|
||||
|
|
Loading…
Add table
Reference in a new issue