Private GIT

Skip to content
Snippets Groups Projects
Commit 64fab505 authored by kaso17's avatar kaso17 Committed by vlbox
Browse files

Psytorrents: removed (dead)

parent dd6b4960
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* PolishTracker
* Pretome
* PrivateHD
* Psytorrents
* PTFiles
* Redacted (PassTheHeadphones)
* RevolutionTT
......
using Jackett.Indexers.Abstract;
using Jackett.Models;
using Jackett.Services.Interfaces;
using Jackett.Utils.Clients;
using NLog;
namespace Jackett.Indexers
{
public class Psytorrents : GazelleTracker
{
public Psytorrents(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
: base(name: "Psytorrents",
desc: "Psytorrents (PSY) is a Private Torrent Tracker for ELECTRONIC MUSIC",
link: "https://psytorrents.info/",
configService: configService,
logger: logger,
protectionService: protectionService,
webClient: webClient
)
{
Language = "en-us";
Type = "private";
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
AddCategoryMapping(2, TorznabCatType.Movies, "Movies");
AddCategoryMapping(3, TorznabCatType.PC0day, "App");
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment