mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
xbytes2: grabs can be missing. resolves #6928
This commit is contained in:
parent
2513f7a473
commit
5e8493bc9a
1 changed files with 3 additions and 0 deletions
|
@ -138,8 +138,11 @@
|
|||
selector: td:nth-child(7) a
|
||||
leechers:
|
||||
selector: td:nth-child(8) a
|
||||
grabs:
|
||||
text: 0
|
||||
grabs:
|
||||
selector: td:nth-child(9) a
|
||||
optional: true
|
||||
date:
|
||||
selector: td:nth-child(6)
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue