mirror of
https://github.com/Jackett/Jackett
synced 2025-01-19 14:10:07 +00:00
firebit: fix category selector. resolves #7961
This commit is contained in:
parent
466c7ddb73
commit
30eb7ea088
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
"Игры": PC/Games
|
"Игры": PC/Games
|
||||||
"Фильмы": Movies
|
"Фильмы": Movies
|
||||||
"Видео": Movies
|
"Видео": Movies
|
||||||
"Музыка": Audio
|
"Музыка": Audio
|
||||||
"Другие категории": Other
|
"Другие категории": Other
|
||||||
"Сериалы": TV
|
"Сериалы": TV
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1), div.article-indent div b a
|
selector: td:nth-child(1) a, div.article-indent div b a
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["Новинки", ""]
|
args: ["Новинки", ""]
|
||||||
|
|
Loading…
Reference in a new issue