mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
acidlounge: add genre rsult
This commit is contained in:
@@ -90,6 +90,7 @@ settings:
|
|||||||
options:
|
options:
|
||||||
desc: desc
|
desc: desc
|
||||||
asc: asc
|
asc: asc
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: Main/?act=Login
|
path: Main/?act=Login
|
||||||
method: form
|
method: form
|
||||||
@@ -141,6 +142,13 @@ search:
|
|||||||
description:
|
description:
|
||||||
optional: true
|
optional: true
|
||||||
selector: span.torrent_small_desc
|
selector: span.torrent_small_desc
|
||||||
|
genre:
|
||||||
|
selector: span.torrent_small_desc
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "\\[.+?\\] \\[(.+?)\\]"
|
||||||
|
- name: replace
|
||||||
|
args: [" ", "_"]
|
||||||
files:
|
files:
|
||||||
selector: td.torrent_table_files
|
selector: td.torrent_table_files
|
||||||
date:
|
date:
|
||||||
|
Reference in New Issue
Block a user