mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
icetorrent: handle both kinds of date selectors
This commit is contained in:
parent
fd36eb068c
commit
155e46a24d
1 changed files with 3 additions and 5 deletions
|
@ -110,7 +110,7 @@
|
|||
selector: td:has(a[href$="filelist=1#filelist"])
|
||||
remove: a
|
||||
date:
|
||||
selector: td > small:has(i.fa-clock)
|
||||
selector: td > small:has(i.fa-clock), td > span.small:has(i.fa-clock)
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["\xA0", " "]
|
||||
|
@ -133,8 +133,6 @@
|
|||
leechers:
|
||||
selector: td:nth-last-child(1)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"*": "0"
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
||||
text: 1
|
||||
|
|
Loading…
Reference in a new issue