mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kathow: cats can be missing, provide default. resolves #7964
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
tv: TV
|
tv: TV
|
||||||
music: Audio
|
music: Audio
|
||||||
books: Books
|
books: Books
|
||||||
Games: Console
|
games: Console
|
||||||
applications: PC
|
applications: PC
|
||||||
xxx: XXX
|
xxx: XXX
|
||||||
other: Other
|
other: Other
|
||||||
@@ -61,10 +61,13 @@
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
text: other
|
||||||
|
category|noappend:
|
||||||
optional: true
|
optional: true
|
||||||
selector: span[id^="cat_"] > strong > a
|
selector: span[id^="cat_"] > strong > a
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
|
- name: tolower
|
||||||
- name: trim
|
- name: trim
|
||||||
args: /
|
args: /
|
||||||
title:
|
title:
|
||||||
|
Reference in New Issue
Block a user