mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
skyclone: handle missing category. resolves #6721
This commit is contained in:
parent
91812d94b9
commit
47b80b1c10
1 changed files with 6 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
caps:
|
||||
categories:
|
||||
"other": Other
|
||||
# category=
|
||||
"album": Audio
|
||||
"ebook": Books
|
||||
|
@ -53,13 +54,15 @@
|
|||
title:
|
||||
selector: td a
|
||||
category:
|
||||
text: other
|
||||
category|noappend:
|
||||
# try category=
|
||||
optional: true
|
||||
selector: a.label[href*="category="]
|
||||
category:
|
||||
# try type=
|
||||
optional: true
|
||||
category|noappend:
|
||||
# try type=
|
||||
selector: a.label[href*="type="]
|
||||
optional: true
|
||||
details:
|
||||
selector: td a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue