mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
glodls: handle missing category. resolves #7113
This commit is contained in:
parent
48d793fcd2
commit
9f03831321
1 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
|||
|
||||
fields:
|
||||
category:
|
||||
optional: true
|
||||
selector: td:nth-child(1):contains("-")
|
||||
filters:
|
||||
- name: replace #7113 provide default for missing category
|
||||
args: ["-", "33"]
|
||||
category:
|
||||
optional: true
|
||||
selector: a[href^="/search.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue