mirror of
https://github.com/Jackett/Jackett
synced 2025-03-12 07:04:22 +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:
|
_language:
|
||||||
selector: div.list-group-item-content p.m-0 span.badge-primary[style$="#b6249d;"]
|
selector: div.list-group-item-content p.m-0 span.badge-primary[style$="#b6249d;"]
|
||||||
optional: true
|
optional: true
|
||||||
|
genre:
|
||||||
|
selector: div.list-group-item-content p.m-0 span.badge-primary[style$="#1c38c2;"]
|
||||||
|
optional: true
|
||||||
|
description:
|
||||||
|
text: "{{ .Result.genre }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href*="torrents-details.php?id="], a[href*="details-misc.php?id="]
|
selector: a[href*="torrents-details.php?id="], a[href*="details-misc.php?id="]
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue