mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
yourbittorrent: add unknown cat. resolves #8480
This commit is contained in:
parent
df5c61bcd1
commit
57b3565c95
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
other: Other
|
||||
photos: Other
|
||||
pictures: Other
|
||||
unknown: Other
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -44,10 +45,12 @@
|
|||
- name: re_replace
|
||||
args: ["[\\s]+", "-"]
|
||||
- name: tolower
|
||||
|
||||
rows:
|
||||
selector: tr.table-default
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1)
|
||||
|
|
Loading…
Reference in a new issue