mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
tntvillage: cat can be unknown. resolves #8514
This commit is contained in:
parent
a40ac18d31
commit
065369cd17
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
- {id: 35, cat: Audio, desc: "Podcast"}
|
||||
- {id: 36, cat: Books/Magazines, desc: "Edicola"}
|
||||
- {id: 37, cat: PC/Phone-Other, desc: "Mobile"}
|
||||
- {id: 0, cat: Other, desc: "UnKnown"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -72,6 +73,8 @@
|
|||
|
||||
fields:
|
||||
category:
|
||||
text: 0
|
||||
category|noappend:
|
||||
selector: td:nth-child(3) a
|
||||
attribute: href
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue