mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +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:
|
||||
selector: a[href^="/download.php/"]
|
||||
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:
|
||||
selector: td.torrentNameInfo > div
|
||||
filters:
|
||||
|
|
Loading…
Add table
Reference in a new issue