mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
firebit: improve category selection. resolves #6803
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user