mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
darmowetorrenty: drop error trap #9782
and merge two TR instead of three TD but it still does not help with handling not-found :-(
This commit is contained in:
parent
3d763078d6
commit
47d81cf51c
1 changed files with 2 additions and 4 deletions
|
@ -113,12 +113,10 @@ search:
|
|||
erotyka: 1
|
||||
strona: 0
|
||||
# does not support imdbid searching and does not display imdb links in results
|
||||
error:
|
||||
- selector: td.lista:contains("Nie ma torrentów")
|
||||
|
||||
rows:
|
||||
selector: table.header > tbody > tr > td
|
||||
after: 2
|
||||
selector: table.header > tbody > tr:has(td)
|
||||
after: 1
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue