diff --git a/README.md b/README.md index 6b8e74b47..b9ee7087f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Jackett.Common/Definitions/torrent-paradise-ml.yml b/src/Jackett.Common/Definitions/torrent-paradise-ml.yml deleted file mode 100644 index bff5fbe91..000000000 --- a/src/Jackett.Common/Definitions/torrent-paradise-ml.yml +++ /dev/null @@ -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 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 8959d7653..5211619cc 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -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",