mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
torrenting: add genre results
This commit is contained in:
parent
5c9092663f
commit
b78c9d6452
1 changed files with 9 additions and 0 deletions
|
@ -87,6 +87,15 @@ search:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/download.php/"]
|
selector: a[href^="/download.php/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
genre:
|
||||||
|
selector: td.torrentNameInfo > div
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(Science Fiction)", "Science_Fiction"]
|
||||||
|
- name: validate
|
||||||
|
args: "Action, Adventure, Animation, Biography, Comedy, Crime, Documentary, Drama, Family, Fantasy, Game-Show, History, Horror, Music, Musical, Mystery, News, Reality-TV, Romance, Science_Fiction, Sci-Fi, Short, Sitcom, Sport, Talk-Show, Thriller, War, Western"
|
||||||
|
description:
|
||||||
|
text: "{{ .Result.genre }}"
|
||||||
date:
|
date:
|
||||||
selector: td.torrentNameInfo > div
|
selector: td.torrentNameInfo > div
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue