mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torrenting: fix definition
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
q: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
q: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
incldead: 1
|
incldead: 1
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrentTable > tbody > tr:has(td.torrentNameInfo)
|
selector: table#torrentsTable > tbody > tr:has(td.torrentNameInfo)
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download.php/"]
|
selector: a[href^="/download.php/"]
|
||||||
|
Reference in New Issue
Block a user