mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
epizod: fix ebook detection resolves #10538
This commit is contained in:
parent
52ac5aeb06
commit
88b04964dd
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ search:
|
|||
filters:
|
||||
- name: regexp
|
||||
args: "img/(.+?)_"
|
||||
- name: replace
|
||||
args: ["ebooks", "ebook"]
|
||||
category:
|
||||
text: "{{ if or .Result.category1 .Result.category2 .Result.category3 }}{{ or .Result.category1 .Result.category2 .Result.category3 }}{{ else }}other{{ end }}"
|
||||
sizecat:
|
||||
|
|
Loading…
Add table
Reference in a new issue