mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
gktorrent: change row selector. resolves #11066
This commit is contained in:
@@ -86,7 +86,7 @@ search:
|
||||
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
|
||||
|
||||
rows:
|
||||
selector: table.table-hover > tbody > tr:has(a)
|
||||
selector: table.table-hover > tbody > tr:has(a[href*=torrent])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user