mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
ArcheTorrent: Update categories (#1643)
Fixes https://github.com/Jackett/Jackett/issues/1614
This commit is contained in:
parent
f0140999bf
commit
7c63a6b8f2
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,9 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using AngleSharp.Parser.Html;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using NLog;
|
||||
|
||||
using Jackett.Models;
|
||||
using Jackett.Models.IndexerConfig;
|
||||
using Jackett.Services;
|
||||
|
@ -81,10 +79,7 @@ namespace Jackett.Indexers
|
|||
AddCategoryMapping (14, TorznabCatType.ConsoleXbox360, "Jeux: Xbox360");
|
||||
AddCategoryMapping (44, TorznabCatType.ConsoleWii, "Jeux: Wii");
|
||||
AddCategoryMapping (45, TorznabCatType.ConsoleNDS, "Jeux: DS");
|
||||
AddCategoryMapping (71, TorznabCatType.AudioMP3, "Musique: TAT Music Release");
|
||||
AddCategoryMapping (26, TorznabCatType.AudioMP3, "Musique: Mp3");
|
||||
AddCategoryMapping (27, TorznabCatType.AudioVideo, "Musique: Clip Video");
|
||||
AddCategoryMapping (58, TorznabCatType.AudioLossless, "Musique: Flac");
|
||||
AddCategoryMapping (62, TorznabCatType.TVSD, "Serie tv: TV BDRip");
|
||||
AddCategoryMapping (5, TorznabCatType.TVSD, "Serie tv: Dvdrip");
|
||||
AddCategoryMapping (41, TorznabCatType.TVHD, "Serie tv: Hd");
|
||||
|
|
Loading…
Reference in a new issue