mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
BitHUmen: enable direct IMDB search
This commit is contained in:
parent
0d3fdf2730
commit
1766781429
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q, imdbid]
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
|
@ -59,7 +60,7 @@
|
|||
path: browse.php
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{if .Query.IMDBID}}{{ .Query.IMDBID }}{{else}}{{ .Query.Keywords }}{{end}}"
|
||||
incldead: 1
|
||||
rows:
|
||||
selector: table#torrenttable > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
|
Loading…
Reference in a new issue