mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
demonsite: select results table
to avoid error
This commit is contained in:
parent
138c4b2def
commit
7a637d1387
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
# does not support imdbid searches
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
selector: table[width="880px"] > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue