mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
move from apollo to orpheus (#4149)
* move from apollo to orpheus apollo is now https://orpheus.network/ this is not tested, but I imagine the catergories are the same * fix constructor * Update README.md
This commit is contained in:
@@ -105,7 +105,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* AnimeTorrents (AnT)
|
* AnimeTorrents (AnT)
|
||||||
* Anthelion (was TehConnection.me)
|
* Anthelion (was TehConnection.me)
|
||||||
* AOX
|
* AOX
|
||||||
* Apollo (XANAX)
|
|
||||||
* ArabaFenice
|
* ArabaFenice
|
||||||
* Arche Torrent
|
* Arche Torrent
|
||||||
* AsianDVDClub
|
* AsianDVDClub
|
||||||
@@ -224,6 +223,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* NordicBits (NB)
|
* NordicBits (NB)
|
||||||
* Norbits
|
* Norbits
|
||||||
* notwhat.cd
|
* notwhat.cd
|
||||||
|
* Orpheus
|
||||||
* Ourbits
|
* Ourbits
|
||||||
* Passione Torrent <!-- maintained by bonny1992 -->
|
* Passione Torrent <!-- maintained by bonny1992 -->
|
||||||
* PassThePopcorn (PTP)
|
* PassThePopcorn (PTP)
|
||||||
|
@@ -7,12 +7,12 @@ using NLog;
|
|||||||
|
|
||||||
namespace Jackett.Common.Indexers
|
namespace Jackett.Common.Indexers
|
||||||
{
|
{
|
||||||
public class Apollo : GazelleTracker
|
public class Orpheus : GazelleTracker
|
||||||
{
|
{
|
||||||
public Apollo(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
|
public Orpheus(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
|
||||||
: base(name: "Apollo",
|
: base(name: "Orpheus",
|
||||||
desc: "A music tracker",
|
desc: "A music tracker",
|
||||||
link: "https://apollo.rip/",
|
link: "https://orpheus.network/",
|
||||||
configService: configService,
|
configService: configService,
|
||||||
logger: logger,
|
logger: logger,
|
||||||
protectionService: protectionService,
|
protectionService: protectionService,
|
Reference in New Issue
Block a user