mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -106,12 +106,12 @@
|
|||||||
selector: a[href^="download.php"]
|
selector: a[href^="download.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
files:
|
files:
|
||||||
selector: td:nth-last-child(3) > a
|
selector: a[href$="filelist=1#filelist"]
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: (\d+)
|
args: (\d+)
|
||||||
size:
|
size: # some users's have an extra column after the size/files and before the seeders column (Issue #2243)
|
||||||
selector: td:nth-last-child(3)
|
selector: td:has(a[href$="filelist=1#filelist"])
|
||||||
remove: a
|
remove: a
|
||||||
date:
|
date:
|
||||||
selector: td > font:contains("Added on")
|
selector: td > font:contains("Added on")
|
||||||
|
Reference in New Issue
Block a user