mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +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
|
erotyka: 1
|
||||||
strona: 0
|
strona: 0
|
||||||
# does not support imdbid searching and does not display imdb links in results
|
# does not support imdbid searching and does not display imdb links in results
|
||||||
error:
|
|
||||||
- selector: td.lista:contains("Nie ma torrentów")
|
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.header > tbody > tr > td
|
selector: table.header > tbody > tr:has(td)
|
||||||
after: 2
|
after: 1
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Add table
Reference in a new issue