1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-25 07:32:38 +00:00

UHDBits: enable direct IMDB search

This commit is contained in:
kaso17 2017-01-25 17:00:03 +01:00
parent 3ea9bc7493
commit 0db80e9cc1

View file

@ -19,6 +19,7 @@
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q, imdbid]
login:
path: /login.php
@ -42,7 +43,8 @@
path: /torrents.php
inputs:
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
searchstr: "{{ .Query.Keywords }}"
searchstr: "{{if .Query.IMDBID}}{{else}}{{ .Query.Keywords }}{{end}}"
imdbid: "{{ .Query.IMDBIDShort }}"
tags_type: "1"
order_by: "time"
order_way: "desc"