mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
gktorrent: change row selector. resolves #11066
This commit is contained in:
parent
559a236bb7
commit
3c13ee3730
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue