mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bwtorrents: exclude rows without download
This commit is contained in:
@@ -118,7 +118,7 @@ search:
|
||||
# does not support imdbid searches and does not have imdb links in results.
|
||||
|
||||
rows:
|
||||
selector: table[width="1200"] > tbody > tr
|
||||
selector: table[width="1200"] > tbody > tr:has(a[href^="download.php/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user