mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 01:07:38 +00:00
learnflakes: add genre, correct MR
This commit is contained in:
parent
4f817e9dfb
commit
64503396c7
1 changed files with 8 additions and 1 deletions
|
@ -142,6 +142,13 @@ search:
|
|||
poster:
|
||||
selector: a[href*="data/torrents/torrent_images/"]
|
||||
attribute: href
|
||||
genre:
|
||||
selector: div.torrentDetails > div:has(a[href*="&genre="])
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Genre:", ""]
|
||||
description:
|
||||
text: "{{ .Result.genre }}"
|
||||
size:
|
||||
selector: a[rel="torrent_size"]
|
||||
grabs:
|
||||
|
@ -180,5 +187,5 @@ search:
|
|||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 1.0
|
||||
text: 0.5
|
||||
# TSUE 2.2
|
||||
|
|
Loading…
Reference in a new issue