mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
glodls: handle missing category. resolves #7113
This commit is contained in:
@@ -78,6 +78,13 @@
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
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="]
|
selector: a[href^="/search.php?cat="]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user