blutopia: fix definition (#2713)

* (Fix) blutopia.yml

- Updated Description
- Updated Search Path
- Added MAL ID

* Update blutopia.yml

Add uploader input parameter
This commit is contained in:
HDVinnie
2018-03-14 10:51:49 -04:00
committed by kaso17
parent 2120457518
commit b4fd588e9b

View File

@@ -1,7 +1,7 @@
--- ---
site: blutopia site: blutopia
name: Blutopia name: Blutopia
description: "HD Movie tracker" description: "HD Tracker Movies/TV/FANRES"
language: en-us language: en-us
type: private type: private
encoding: UTF-8 encoding: UTF-8
@@ -32,13 +32,15 @@
search: search:
paths: paths:
- path: /filter - path: /filterTorrents
inputs: inputs:
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}" $raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}" search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
uploader: ""
imdb: "{{ .Query.IMDBIDShort }}" imdb: "{{ .Query.IMDBIDShort }}"
tvdb: "" tvdb: ""
tmdb: "" tmdb: ""
mal: ""
sorting: created_at sorting: created_at
direction: desc direction: desc
qty: 100 qty: 100