mirror of
https://github.com/Jackett/Jackett
synced 2025-03-11 14:44:46 +00:00
amigoshare: pull genre from results
This commit is contained in:
parent
fac104bdb8
commit
673a572f4a
1 changed files with 5 additions and 0 deletions
|
@ -186,6 +186,11 @@ search:
|
|||
_language:
|
||||
selector: div.list-group-item-content p.m-0 span.badge-primary[style$="#b6249d;"]
|
||||
optional: true
|
||||
genre:
|
||||
selector: div.list-group-item-content p.m-0 span.badge-primary[style$="#1c38c2;"]
|
||||
optional: true
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
title:
|
||||
selector: a[href*="torrents-details.php?id="], a[href*="details-misc.php?id="]
|
||||
filters:
|
||||
|
|
Loading…
Add table
Reference in a new issue