channelx: handle posters on/off

This commit is contained in:
Garfield69
2019-05-24 21:49:31 +12:00
parent 46553c3054
commit d6f36349c9

View File

@@ -83,13 +83,13 @@
- name: replace - name: replace
args: ["https://via.placeholder.com/600x900", ""] args: ["https://via.placeholder.com/600x900", ""]
size: size:
selector: td:nth-child(5) selector: td:nth-last-child(4)
seeders: seeders:
selector: td:nth-child(6) selector: td:nth-last-child(3)
leechers: leechers:
selector: td:nth-child(7) selector: td:nth-last-child(2)
grabs: grabs:
selector: td:nth-child(8) selector: td:nth-last-child(1)
filters: filters:
- name: regexp - name: regexp
args: ([\d\.]+) args: ([\d\.]+)