mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
channelx: handle posters on/off
This commit is contained in:
@@ -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\.]+)
|
||||||
|
Reference in New Issue
Block a user