mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
kathow: cats can be missing, provide default. resolves #7964
This commit is contained in:
parent
cfee3e79d2
commit
3e438c9a56
1 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://kickass.gg/
|
- https://kickass.gg/
|
||||||
- https://katcr.io/
|
- https://katcr.io/
|
||||||
- https://thekat.nz/
|
- https://thekat.nz/
|
||||||
- https://thekat.se/
|
- https://thekat.se/
|
||||||
- https://kat.how/
|
- https://kat.how/
|
||||||
- https://kat.li/
|
- https://kat.li/
|
||||||
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue