mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
rptorrents-api: rename to rptscene-api (#14998)
This commit is contained in:
parent
2c67c42f70
commit
ca8280f2f7
4 changed files with 6 additions and 4 deletions
|
@ -514,7 +514,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* RM-HD
|
||||
* Romanian Metal Torrents (RMT)
|
||||
* Rousi
|
||||
* RPTorrents (RPT)
|
||||
* RPTScene (RPTorrents)
|
||||
* SATClubbing
|
||||
* SceneHD [![(invite needed)][inviteneeded]](#)
|
||||
* SceneLinks (SL)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: rptorrents-api
|
||||
name: RPTorrents (RPT)
|
||||
description: "RPTorrents (RPT) is a Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
id: rptscene-api
|
||||
name: RPTScene (RPTorrents)
|
||||
description: "RPTScene (RPTorrents) is a Private Torrent Tracker for MOVIES / TV / GENERAL"
|
||||
language: en-US
|
||||
type: private
|
||||
encoding: UTF-8
|
|
@ -55,6 +55,7 @@ namespace Jackett.Common.Services
|
|||
{"oxtorrent", "torrent911"},
|
||||
{"passtheheadphones", "redacted"},
|
||||
{"puntorrent", "puntotorrent"},
|
||||
{"rptorrents-api", "rptscene-api"},
|
||||
{"rstorrent", "redstartorrent"},
|
||||
{"scenefz", "speedapp"},
|
||||
{"seals", "greatposterwall"},
|
||||
|
|
|
@ -558,6 +558,7 @@ namespace Jackett.Updater
|
|||
"Definitions/rodvd.yml",
|
||||
"Definitions/rofd.yml",
|
||||
"Definitions/rptorrents.yml",
|
||||
"Definitions/rptorrents-api.yml", // renamed to rptscene-api
|
||||
"Definitions/rus-media.yml",
|
||||
"Definitions/scenefz.yml", // migrated to C# XtremeZone base tracker
|
||||
"Definitions/scenehd.yml", // migrated to C# (use JSON API)
|
||||
|
|
Loading…
Reference in a new issue