mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-27 20:03:28 +01:00
Added Indexers: definitions/v10/bitgamer.yml definitions/v10/letseed.yml definitions/v10/pandahd.yml Modified Indexers: definitions/v10/abnormal.yml definitions/v10/abtorrents.yml definitions/v10/acrossthetasman.yml definitions/v10/aither-api.yml definitions/v10/amigosshare.yml definitions/v10/anilibria.yml definitions/v10/arabp2p.yml definitions/v10/asiancinema.yml definitions/v10/asiandvdclub.yml definitions/v10/bithumen.yml definitions/v10/bitpalace.yml definitions/v10/bitturk.yml definitions/v10/blutopia-api.yml definitions/v10/bwtorrents.yml definitions/v10/cinemageddon.yml definitions/v10/cinematik.yml definitions/v10/concertos.yml definitions/v10/cyanbug.yml definitions/v10/darkpeers.yml definitions/v10/deildu.yml definitions/v10/desitorrents-api.yml definitions/v10/diablotorrent.yml definitions/v10/digitalcore.yml definitions/v10/discfan.yml definitions/v10/explosiv-world.yml definitions/v10/f1carreras-api.yml definitions/v10/fuzer.yml definitions/v10/gigatorrents.yml definitions/v10/hawke-uno.yml definitions/v10/hd-unit3d-api.yml definitions/v10/hdkylin.yml definitions/v10/hdspace.yml definitions/v10/hebits.yml definitions/v10/huntorrent.yml definitions/v10/itorrent.yml definitions/v10/jav-torrent.yml definitions/v10/karagarga.yml definitions/v10/libronube.yml definitions/v10/lst.yml definitions/v10/madsrevolution.yml definitions/v10/matrix.yml definitions/v10/mazepa.yml definitions/v10/mesevilag.yml definitions/v10/milkie.yml definitions/v10/mojblink.yml definitions/v10/nipponsei.yml definitions/v10/nortorrent.yml definitions/v10/nyaapantsu.yml definitions/v10/nyaasi.yml definitions/v10/oldtoonsworld.yml definitions/v10/onejav.yml definitions/v10/oxtorrent-vip.yml definitions/v10/portugas-api.yml definitions/v10/ptchina.yml definitions/v10/redstartorrent.yml definitions/v10/rgfootball.yml definitions/v10/rudub.yml definitions/v10/shareisland-api.yml definitions/v10/sharewood-api.yml definitions/v10/speedmasterhd.yml definitions/v10/spiritofrevolution.yml definitions/v10/sugoimusic.yml definitions/v10/sukebeinyaasi.yml definitions/v10/superbits.yml definitions/v10/thegeeks.yml definitions/v10/theoccult.yml definitions/v10/theplace.yml definitions/v10/theshow.yml definitions/v10/thevault.yml definitions/v10/tokyotosho.yml definitions/v10/torrent-turk.yml definitions/v10/torrentbd.yml definitions/v10/torrentby.yml definitions/v10/torrentleech.yml definitions/v10/torrentqq.yml definitions/v10/torrentseeds-api.yml definitions/v10/torrentsir.yml definitions/v10/torrentsome.yml definitions/v10/vsthouse.yml definitions/v10/vsttorrents.yml definitions/v10/wihd.yml definitions/v10/world-of-tomorrow.yml definitions/v10/x-ite.me.yml definitions/v10/xthor-api.yml definitions/v10/zktorrent.yml definitions/v11/torrentby.yml definitions/v11/torrentleech.yml
91 lines
1.8 KiB
YAML
91 lines
1.8 KiB
YAML
---
|
|
id: milkie
|
|
name: Milkie
|
|
description: "Milkie.cc (ME) is Private Torrent Tracker for 0DAY / GENERAL"
|
|
language: en-US
|
|
type: private
|
|
encoding: UTF-8
|
|
links:
|
|
- https://milkie.cc/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: 1, cat: Movies, desc: Movies}
|
|
- {id: 2, cat: TV, desc: TV}
|
|
- {id: 3, cat: Audio, desc: Music}
|
|
- {id: 4, cat: PC/Games, desc: Games}
|
|
- {id: 5, cat: Books, desc: Ebook}
|
|
- {id: 6, cat: PC, desc: Apps}
|
|
- {id: 7, cat: XXX, desc: Adult}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
book-search: [q]
|
|
|
|
settings:
|
|
- name: apikey
|
|
type: text
|
|
label: APIKey
|
|
- name: info_key
|
|
type: info
|
|
label: About your API key
|
|
default: "Find or Generate a new key <a href=\"https://milkie.cc/settings/security\" target=\"_blank\">here</a>."
|
|
|
|
search:
|
|
headers:
|
|
x-milkie-auth: ["{{ .Config.apikey }}"]
|
|
|
|
paths:
|
|
- path: api/v1/torrents
|
|
response:
|
|
type: json
|
|
|
|
inputs:
|
|
ps: 100
|
|
query: "{{ .Keywords }}"
|
|
categories: "{{ join .Categories \",\" }}"
|
|
|
|
rows:
|
|
selector: torrents
|
|
count:
|
|
selector: hits
|
|
|
|
fields:
|
|
_id:
|
|
selector: id
|
|
category:
|
|
selector: category
|
|
title:
|
|
selector: releaseName
|
|
details:
|
|
text: "/browse/{{ .Result._id }}"
|
|
_apikey:
|
|
text: "{{ .Config.apikey }}"
|
|
filters:
|
|
- name: urlencode
|
|
download:
|
|
text: "/api/v1/torrents/{{ .Result._id }}/torrent?key={{ .Result._apikey }}"
|
|
date:
|
|
selector: createdAt
|
|
size:
|
|
selector: size
|
|
grabs:
|
|
selector: downloaded
|
|
seeders:
|
|
selector: seeders
|
|
leechers:
|
|
selector: leechers
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
minimumratio:
|
|
text: 1.0
|
|
minimumseedtime:
|
|
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
|
text: 172800
|
|
# json api v1
|