ICE Torrent: add support for extra column

fixes #2243
This commit is contained in:
kaso17 2017-12-08 13:52:15 +01:00
parent 318cc86c6b
commit df068d6e4d
1 changed files with 3 additions and 3 deletions

View File

@ -106,12 +106,12 @@
selector: a[href^="download.php"]
attribute: href
files:
selector: td:nth-last-child(3) > a
selector: a[href$="filelist=1#filelist"]
filters:
- name: regexp
args: (\d+)
size:
selector: td:nth-last-child(3)
size: # some users's have an extra column after the size/files and before the seeders column (Issue #2243)
selector: td:has(a[href$="filelist=1#filelist"])
remove: a
date:
selector: td > font:contains("Added on")