Private GIT

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

Revert "Psytorrents: removed (dead)"

This reverts commit f6e37d0b.
parent 9265e275
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* PolishTracker
* Pretome
* PrivateHD
* Psytorrents
* PTFiles
* PuntoTorrent
* Redacted (PassTheHeadphones)
......
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