mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
torrentmasters: remove unnecessary genre filters
This commit is contained in:
parent
11e032190e
commit
bff5aedc85
1 changed files with 0 additions and 5 deletions
|
@ -176,11 +176,6 @@ search:
|
|||
"*": 1
|
||||
genre:
|
||||
selector: td:nth-child(2) small
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["film-noir", "film_noir"]
|
||||
- name: re_replace
|
||||
args: ["sci-fi", "sci_fi"]
|
||||
description:
|
||||
text: "{{ .Result.title_hungarian }}{{ if and .Result.title_hungarian .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.genre }}"
|
||||
minimumseedtime:
|
||||
|
|
Loading…
Add table
Reference in a new issue