mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
krazyzone: drop results without DL
This commit is contained in:
@@ -130,7 +130,7 @@ search:
|
|||||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.ttable_headinner > tbody > tr
|
selector: table.ttable_headinner > tbody > tr:has(a[href^="download.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
Reference in New Issue
Block a user