mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent-paradise-ml: removed. resolves #4598
This commit is contained in:
@@ -144,7 +144,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
||||
* TOROS
|
||||
* Torrent Downloads (TD)
|
||||
* Torrent Oyun indir
|
||||
* Torrent Paradise (ML)
|
||||
* torrent.by
|
||||
* torrent-pirat
|
||||
* Torrent9
|
||||
|
@@ -1,58 +0,0 @@
|
||||
---
|
||||
id: torrent-paradise-ml
|
||||
name: Torrent Paradise (ML)
|
||||
description: "The most innovative torrent site"
|
||||
language: en-US
|
||||
type: public
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://torrent-paradise.ml/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 8000, cat: Other, desc: Other}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
movie-search: [q]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings: []
|
||||
|
||||
search:
|
||||
paths:
|
||||
# https://torrent-paradise.ml/api/search?q=2021
|
||||
- path: api/search
|
||||
response:
|
||||
type: json
|
||||
noResultsMessage: "null"
|
||||
inputs:
|
||||
q: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: $
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: 8000
|
||||
title:
|
||||
selector: text
|
||||
details:
|
||||
text: "{{ .Config.sitelink }}"
|
||||
infohash:
|
||||
selector: id
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
selector: len
|
||||
seeders:
|
||||
selector: s
|
||||
leechers:
|
||||
selector: l
|
||||
downloadvolumefactor:
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# json engine n/a
|
@@ -478,6 +478,7 @@ namespace Jackett.Updater
|
||||
"Definitions/tntfork.yml",
|
||||
"Definitions/tntvillage.yml",
|
||||
"Definitions/topnow.yml",
|
||||
"Definitions/torrent-paradise-ml.yml",
|
||||
"Definitions/torrent4you.yml",
|
||||
"Definitions/torrentbomb.yml",
|
||||
"Definitions/torrentcouch.yml",
|
||||
|
Reference in New Issue
Block a user