mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
huntorrent: add genre results
This commit is contained in:
@@ -103,11 +103,12 @@ search:
|
|||||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||||
# Age Limit: 0 all, 1 no, 5 6, 2 12, 3 16, 4 18
|
# Age Limit: 0 all, 1 no, 5 6, 2 12, 3 16, 4 18
|
||||||
korhatar: 0
|
korhatar: 0
|
||||||
# 0 active, 1 all, 2 dead, 3 my uploads, 4 my bookmarks
|
# 0 active, 1 active+dead, 2 dead, 3 my uploads, 4 waiting for seed, 7 my bookmarks, 12 reseeded by me
|
||||||
incldead: 1
|
incldead: 1
|
||||||
sort: "{{ .Config.sort }}"
|
sort: "{{ .Config.sort }}"
|
||||||
type: "{{ .Config.type }}"
|
type: "{{ .Config.type }}"
|
||||||
# no freeleech atm
|
# no freeleech atm
|
||||||
|
# can search by genre but you need to know the id. &mufaj[]=20 for Romantikus
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[align="center"][cellpadding="5"] > tbody > tr[id^="torrent-main-"]
|
selector: table[align="center"][cellpadding="5"] > tbody > tr[id^="torrent-main-"]
|
||||||
@@ -133,8 +134,13 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?torrent="]
|
selector: a[href^="download.php?torrent="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
genre:
|
||||||
|
selector: "span[style=\"font-size: 6pt; font-weight: bold;\"]"
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2) div:nth-child(2)
|
selector: td:nth-child(2) div:nth-child(2)
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: "{{ if .Result.genre }}</br>{{ .Result.genre }}{{ else }}{{ end }}"
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user