mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
icetorrent: handle both kinds of date selectors
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
selector: td:has(a[href$="filelist=1#filelist"])
|
selector: td:has(a[href$="filelist=1#filelist"])
|
||||||
remove: a
|
remove: a
|
||||||
date:
|
date:
|
||||||
selector: td > small:has(i.fa-clock)
|
selector: td > small:has(i.fa-clock), td > span.small:has(i.fa-clock)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["\xA0", " "]
|
args: ["\xA0", " "]
|
||||||
@@ -133,8 +133,6 @@
|
|||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(1)
|
selector: td:nth-last-child(1)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
text: 0
|
||||||
"*": "0"
|
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
text: 1
|
||||||
"*": "1"
|
|
||||||
|
Reference in New Issue
Block a user