mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 22:31:09 +00:00
Blutopia: fix for new layout
This commit is contained in:
parent
acfc776462
commit
2e95c491a1
1 changed files with 5 additions and 5 deletions
|
@ -76,13 +76,13 @@
|
|||
selector: a[href*="://www.imdb.com/title/"]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
selector: td:nth-child(4)
|
||||
seeders:
|
||||
selector: td:nth-child(7)
|
||||
leechers:
|
||||
selector: td:nth-child(8)
|
||||
grabs:
|
||||
selector: td:nth-child(6)
|
||||
leechers:
|
||||
selector: td:nth-child(7)
|
||||
grabs:
|
||||
selector: td:nth-child(5)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([\d\.]+)
|
||||
|
|
Loading…
Reference in a new issue