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