mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
bitsearch: new row detection
effing site keeps oscillating between div and li so we code for both ;-b
This commit is contained in:
parent
f1818106f0
commit
b041201dc1
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ search:
|
|||
args: ["\\.", " "]
|
||||
|
||||
rows:
|
||||
selector: div.search-result:has(a.dl-torrent)
|
||||
selector: div.search-result:has(a.dl-torrent), li.search-result:has(a.dl-torrent)
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Add table
Reference in a new issue