mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
channelx: handle posters on/off
This commit is contained in:
parent
46553c3054
commit
d6f36349c9
1 changed files with 4 additions and 4 deletions
|
@ -83,13 +83,13 @@
|
|||
- name: replace
|
||||
args: ["https://via.placeholder.com/600x900", ""]
|
||||
size:
|
||||
selector: td:nth-child(5)
|
||||
selector: td:nth-last-child(4)
|
||||
seeders:
|
||||
selector: td:nth-child(6)
|
||||
selector: td:nth-last-child(3)
|
||||
leechers:
|
||||
selector: td:nth-child(7)
|
||||
selector: td:nth-last-child(2)
|
||||
grabs:
|
||||
selector: td:nth-child(8)
|
||||
selector: td:nth-last-child(1)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([\d\.]+)
|
||||
|
|
Loading…
Reference in a new issue