mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
xider-torrent: new row selector
This commit is contained in:
@@ -105,7 +105,7 @@ search:
|
||||
# does not support imdbid search
|
||||
|
||||
rows:
|
||||
selector: "table[width=\"960px\"][align=\"center\"][cellpadding=\"5\"] tbody tr:has(a[href^=\"download.php?\"]){{ if .Config.freeleech }}:has(span[style^=\"font\"]:contains(\"0x\")){{ else }}{{ end }}"
|
||||
selector: "tr.torrentDataRow:has(a[href^=\"download.php?\"]){{ if .Config.freeleech }}:has(span[style^=\"font\"]:contains(\"0x\")){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
Reference in New Issue
Block a user