mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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:
@@ -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
|
||||||
@@ -100,4 +102,4 @@
|
|||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"Double upload\"]": "2"
|
"i[data-original-title=\"Double upload\"]": "2"
|
||||||
"*": "1"
|
"*": "1"
|
||||||
|
Reference in New Issue
Block a user