mirror of https://github.com/Jackett/Jackett
yourbittorrent: add andmatch filter. resolves #6547
also update categories.
This commit is contained in:
parent
e2255f1e3a
commit
a2e93b4f75
|
@ -15,12 +15,15 @@
|
|||
categories:
|
||||
"Anime": TV/Anime
|
||||
"Software": PC
|
||||
"Apps": PC
|
||||
"eBooks": Books
|
||||
"XXX": XXX
|
||||
"Adult": XXX
|
||||
"Games": PC/Games
|
||||
"Movies": Movies
|
||||
"Music": Audio
|
||||
"Television": TV
|
||||
"Series": TV
|
||||
"Other": Other
|
||||
"Pictures": Other
|
||||
|
||||
|
@ -44,6 +47,8 @@
|
|||
- name: tolower
|
||||
rows:
|
||||
selector: tr.table-default
|
||||
filters:
|
||||
- name: andmatch
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1) a
|
||||
|
|
Loading…
Reference in New Issue