mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
HDC: insert GERMAN tag for TvR releases
This commit is contained in:
parent
b02a1d01a9
commit
9f44ab5d8f
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@
|
|||
filters:
|
||||
- name: replace # add GERMAN tag
|
||||
args: ["-HDC", ".GERMAN-HDC"]
|
||||
title: # special selector which only matches TvR releases not containing "GERMAN" already
|
||||
selector: td.cats_col:has(a[href*="filter_cat[10]=1"]) + td.title_col a.torrent_link_title:not(:contains("GERMAN"))
|
||||
optional: true
|
||||
filters:
|
||||
- name: replace # add GERMAN tag
|
||||
args: [".DL", ".GERMAN.DL"]
|
||||
category:
|
||||
selector: td.cats_col > a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue