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
|
"Видео": Movies
|
||||||
"Музыка": Audio
|
"Музыка": Audio
|
||||||
"Другие категории": Other
|
"Другие категории": Other
|
||||||
"Новинки": Other/Misc
|
|
||||||
"Сериалы": TV
|
"Сериалы": TV
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
@@ -48,6 +47,12 @@
|
|||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: td:nth-child(1), div.article-indent div b a
|
selector: td:nth-child(1), div.article-indent div b a
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["Новинки", ""]
|
||||||
|
- name: replace
|
||||||
|
args: [",", ""]
|
||||||
|
- name: trim
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2), span.article-title
|
selector: td:nth-child(2), span.article-title
|
||||||
details:
|
details:
|
||||||
|
Reference in New Issue
Block a user