mirror of https://github.com/Jackett/Jackett
helltorrents: drop rows without DL
This commit is contained in:
parent
e812427258
commit
6eb3b9290d
|
@ -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…
Reference in New Issue