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
1 changed files with 5 additions and 3 deletions

View File

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