mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
skyclone: handle missing category. resolves #6721
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
|
"other": Other
|
||||||
# category=
|
# category=
|
||||||
"album": Audio
|
"album": Audio
|
||||||
"ebook": Books
|
"ebook": Books
|
||||||
@@ -53,13 +54,15 @@
|
|||||||
title:
|
title:
|
||||||
selector: td a
|
selector: td a
|
||||||
category:
|
category:
|
||||||
|
text: other
|
||||||
|
category|noappend:
|
||||||
# try category=
|
# try category=
|
||||||
optional: true
|
|
||||||
selector: a.label[href*="category="]
|
selector: a.label[href*="category="]
|
||||||
category:
|
|
||||||
# try type=
|
|
||||||
optional: true
|
optional: true
|
||||||
|
category|noappend:
|
||||||
|
# try type=
|
||||||
selector: a.label[href*="type="]
|
selector: a.label[href*="type="]
|
||||||
|
optional: true
|
||||||
details:
|
details:
|
||||||
selector: td a
|
selector: td a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user