mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
firebit: improve category selection. resolves #6803
This commit is contained in:
parent
fca687a5c4
commit
de3894e3dc
1 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
"Видео": Movies
|
||||
"Музыка": Audio
|
||||
"Другие категории": Other
|
||||
"Новинки": Other/Misc
|
||||
"Сериалы": TV
|
||||
|
||||
modes:
|
||||
|
@ -48,6 +47,12 @@
|
|||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1), div.article-indent div b a
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Новинки", ""]
|
||||
- name: replace
|
||||
args: [",", ""]
|
||||
- name: trim
|
||||
title:
|
||||
selector: td:nth-child(2), span.article-title
|
||||
details:
|
||||
|
|
Loading…
Reference in a new issue