mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 08:34:32 +02:00
PTFiles: fix cat+desc
This commit is contained in:
@@ -76,6 +76,8 @@
|
|||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
|
- name: trim
|
||||||
|
args: "'"
|
||||||
details:
|
details:
|
||||||
selector: a.torrentlink
|
selector: a.torrentlink
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -115,4 +117,7 @@
|
|||||||
"*": "1"
|
"*": "1"
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2) > span:has(span > small)
|
selector: td:nth-child(2) > span:has(span > small)
|
||||||
remove: span:nth-child(1), span.tool, a[title^="Search all"], b > small
|
remove: span:nth-child(1), span.tool, a[title^="Search all"], br ~ b > small
|
||||||
|
filters:
|
||||||
|
- name: trim
|
||||||
|
args: "/"
|
||||||
|
Reference in New Issue
Block a user