mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
UHDBits: enable direct IMDB search
This commit is contained in:
parent
3ea9bc7493
commit
0db80e9cc1
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue