mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
(Update) blutopia.yml (#3357)
- added new input field "description" which is used to be able to search into torrent descriptions and media info using keywords - This doesn't fix #3355 . Im not sure what the issue is. Maybe @kaso17 can check it out. I believe you still have a account there. If not let me know.
This commit is contained in:
parent
667317e513
commit
8c95045a4a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
inputs:
|
||||
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
||||
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
||||
description: ""
|
||||
uploader: ""
|
||||
imdb: "{{ .Query.IMDBIDShort }}"
|
||||
tvdb: ""
|
||||
|
|
Loading…
Reference in a new issue