mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-29 21:49:13 +02:00
yourbittorrent: add unknown cat. resolves #8480
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user