1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 15:42:48 +00:00

Ethor.net (Thor's Land): enable direct IMDB search

This commit is contained in:
kaso17 2017-01-25 10:59:15 +01:00
parent 2b200384df
commit 3553626bbf

View file

@ -37,6 +37,7 @@
modes: modes:
search: [q] search: [q]
tv-search: [q, season, ep] tv-search: [q, season, ep]
movie-search: [q, imdbid]
login: login:
path: login3.php path: login3.php
@ -61,7 +62,7 @@
path: browse.php path: browse.php
inputs: inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}" $raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}" search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Query.Keywords }}{{end}}"
advcat: "0" advcat: "0"
incldead: "1" incldead: "1"
stype: "b" stype: "b"