mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 09:48:37 +00:00
Synthesiz3r: removed (dead)
This commit is contained in:
parent
3468e7d404
commit
3538fdfaf7
2 changed files with 0 additions and 37 deletions
|
@ -241,7 +241,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* SportsCult
|
* SportsCult
|
||||||
* SportHD
|
* SportHD
|
||||||
* Superbits
|
* Superbits
|
||||||
* Synthesiz3r
|
|
||||||
* Tasmanit
|
* Tasmanit
|
||||||
* TBPlus
|
* TBPlus
|
||||||
* TenYardTracker
|
* TenYardTracker
|
||||||
|
|
|
@ -1,36 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
using Jackett.Common.Indexers.Abstract;
|
|
||||||
using Jackett.Common.Models;
|
|
||||||
using Jackett.Common.Services.Interfaces;
|
|
||||||
using Jackett.Common.Utils.Clients;
|
|
||||||
using NLog;
|
|
||||||
|
|
||||||
namespace Jackett.Common.Indexers
|
|
||||||
{
|
|
||||||
public class Synthesiz3r : GazelleTracker
|
|
||||||
{
|
|
||||||
public Synthesiz3r(IIndexerConfigurationService configService, WebClient webClient, Logger logger, IProtectionService protectionService)
|
|
||||||
: base(name: "Synthesiz3r",
|
|
||||||
desc: "Synthesiz3r (ST3) is a Private Torrent Tracker for ELECTRONIC MUSIC",
|
|
||||||
link: "https://synthesiz3r.com/",
|
|
||||||
configService: configService,
|
|
||||||
logger: logger,
|
|
||||||
protectionService: protectionService,
|
|
||||||
webClient: webClient,
|
|
||||||
supportsFreeleechTokens: true
|
|
||||||
)
|
|
||||||
{
|
|
||||||
Language = "en-us";
|
|
||||||
Type = "private";
|
|
||||||
TorznabCaps.SupportedMusicSearchParamsList = new List<string>() { "q", "album", "artist", "label", "year" };
|
|
||||||
|
|
||||||
AddCategoryMapping(1, TorznabCatType.Audio, "Music");
|
|
||||||
AddCategoryMapping(2, TorznabCatType.PC, "Applications");
|
|
||||||
AddCategoryMapping(3, TorznabCatType.Books, "E-Books");
|
|
||||||
AddCategoryMapping(4, TorznabCatType.AudioAudiobook, "Audiobooks");
|
|
||||||
AddCategoryMapping(5, TorznabCatType.Movies, "E-Learning Videos");
|
|
||||||
AddCategoryMapping(6, TorznabCatType.TV, "Comedy");
|
|
||||||
AddCategoryMapping(7, TorznabCatType.Books, "Comics");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue