mirror of https://github.com/Jackett/Jackett
demonoid: fix error - index was out of range
This commit is contained in:
parent
c6c28d90f4
commit
6b34b86d5f
|
@ -363,7 +363,7 @@ search:
|
||||||
# does not return imdb link in results
|
# does not return imdb link in results
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.font_12px tbody tr:has(td[class^="tone_"]):not(:has(script))
|
selector: table.font_12px tbody tr:has(td[class^="tone_1"]):not(:has(script))
|
||||||
after: 1
|
after: 1
|
||||||
dateheaders:
|
dateheaders:
|
||||||
selector: td.added_today:not(:contains("Sponsored links"))
|
selector: td.added_today:not(:contains("Sponsored links"))
|
||||||
|
|
Loading…
Reference in New Issue