mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
HDC: inject german tag for HDC releases
This commit is contained in:
@@ -62,6 +62,12 @@
|
|||||||
attribute: href
|
attribute: href
|
||||||
title:
|
title:
|
||||||
selector: a.torrent_link_title
|
selector: a.torrent_link_title
|
||||||
|
title: # special selector which only matches HDC releases not containing "English" and "only" tags and doesn't contain English in the title
|
||||||
|
selector: td.cats_col:has(a[href*="filter_cat[9]=1"]) + td.title_col:not(:has(span.tags_inner:contains("English"):contains("only"))):not(:has(span.tags_inner:contains("English"):contains("Only"))):not(:has(span.tags_inner:contains("english"):contains("only"))) a.torrent_link_title:not(:contains("English"))
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: replace # add GERMAN tag
|
||||||
|
args: ["-HDC", ".GERMAN-HDC"]
|
||||||
category:
|
category:
|
||||||
selector: td.cats_col > a
|
selector: td.cats_col > a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user