mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 10:50:47 +00:00
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:
parent
2120457518
commit
b4fd588e9b
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue