mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 00:08:23 +00:00
Update metal-iplay-ro.yml (#4012)
This commit is contained in:
parent
61a69472c5
commit
b286dc1c7f
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@
|
|||
selector: td:nth-child(7)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: '([\d]+) seeders'
|
||||
args: '([\d]+) seeders?'
|
||||
leechers:
|
||||
selector: td:nth-child(7)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: '([\d]+) leechers'
|
||||
args: '([\d]+) leechers?'
|
||||
grabs:
|
||||
selector: td:nth-child(6)
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue