mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +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
|
other: Other
|
||||||
photos: Other
|
photos: Other
|
||||||
pictures: Other
|
pictures: Other
|
||||||
|
unknown: Other
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
@ -44,10 +45,12 @@
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[\\s]+", "-"]
|
args: ["[\\s]+", "-"]
|
||||||
- name: tolower
|
- name: tolower
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr.table-default
|
selector: tr.table-default
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1)
|
selector: td:nth-child(1)
|
||||||
|
|
Loading…
Reference in a new issue