mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
bluebird: fix grabs
0 grabs does not have a href
This commit is contained in:
parent
0877fdc897
commit
8386350afb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ search:
|
|||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
grabs:
|
||||
selector: a[href*="&snatched=1#snatched"]
|
||||
selector: td:nth-child(7) > nobr > a, td:nth-child(7) > nobr > b
|
||||
date:
|
||||
selector: div#frame > div#cleft
|
||||
remove: a
|
||||
|
|
Loading…
Add table
Reference in a new issue