mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +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:
|
||||
- https://kickass.gg/
|
||||
- https://katcr.io/
|
||||
- https://thekat.nz/
|
||||
- https://thekat.nz/
|
||||
- https://thekat.se/
|
||||
- https://kat.how/
|
||||
- https://kat.li/
|
||||
|
@ -24,7 +24,7 @@
|
|||
tv: TV
|
||||
music: Audio
|
||||
books: Books
|
||||
Games: Console
|
||||
games: Console
|
||||
applications: PC
|
||||
xxx: XXX
|
||||
other: Other
|
||||
|
@ -61,10 +61,13 @@
|
|||
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
category|noappend:
|
||||
optional: true
|
||||
selector: span[id^="cat_"] > strong > a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: tolower
|
||||
- name: trim
|
||||
args: /
|
||||
title:
|
||||
|
|
Loading…
Reference in a new issue