mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
oldtoonsworld: fix tv cat
This commit is contained in:
parent
0950b66d40
commit
5e2d4e6ded
1 changed files with 7 additions and 1 deletions
|
@ -11,7 +11,7 @@ links:
|
|||
caps:
|
||||
categorymappings:
|
||||
- {id: 1, cat: Movies, desc: "Movies"}
|
||||
- {id: 1, cat: TV, desc: "TV"}
|
||||
- {id: 2, cat: TV, desc: "TV"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -115,6 +115,12 @@ search:
|
|||
filters:
|
||||
- name: re_replace
|
||||
args: ["(?i)^None$", ""]
|
||||
- name: re_replace
|
||||
args: ["(?i)(Science Fiction)", "Science_Fiction"]
|
||||
- name: re_replace
|
||||
args: ["(?i)(TV Movie)", "TV_Movie"]
|
||||
- name: replace
|
||||
args: [" & ", "_&_"]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
files:
|
||||
|
|
Loading…
Add table
Reference in a new issue