mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
RARBG: Adding 4k categories (#1910)
* Add 4k Movie and TV categories for RARBG Currently it does not look like torrentapi.org indexes the 4k movie categories but I've added them anyway in case they get added in the future. Also, torrentapi.org returns "Movies/TV-UHD-episodes" for RARBG's 4k TV category. This may be due to RARBG's top100 page. * Update Rarbg.cs
This commit is contained in:
@@ -67,10 +67,15 @@ namespace Jackett.Indexers
|
||||
AddCategoryMapping(44, TorznabCatType.MoviesHD, "Movies/x264/1080");
|
||||
AddCategoryMapping(45, TorznabCatType.MoviesHD, "Movies/x264/720");
|
||||
AddCategoryMapping(47, TorznabCatType.Movies3D, "Movies/x264/3D");
|
||||
AddCategoryMapping(50, TorznabCatType.MoviesHD, "Movies/x264/4k");
|
||||
AddCategoryMapping(51, TorznabCatType.MoviesHD, "Movies/x265/4k");
|
||||
AddCategoryMapping(52, TorznabCatType.MoviesHD, "Movs/x265/4k/HDR");
|
||||
AddCategoryMapping(42, TorznabCatType.MoviesBluRay, "Movies/Full BD");
|
||||
AddCategoryMapping(46, TorznabCatType.MoviesBluRay, "Movies/BD Remux");
|
||||
AddCategoryMapping(18, TorznabCatType.TVSD, "TV Episodes");
|
||||
AddCategoryMapping(41, TorznabCatType.TVHD, "TV HD Episodes");
|
||||
AddCategoryMapping(49, TorznabCatType.TVHD, "TV UHD Episodes"); // torrentapi.org returns "Movies/TV-UHD-episodes" for some reason
|
||||
AddCategoryMapping(49, TorznabCatType.TVHD, "Movies/TV-UHD-episodes"); // possibly because thats what the category is called on the /top100.php page
|
||||
AddCategoryMapping(23, TorznabCatType.AudioMP3, "Music/MP3");
|
||||
AddCategoryMapping(25, TorznabCatType.AudioLossless, "Music/FLAC");
|
||||
AddCategoryMapping(27, TorznabCatType.PCGames, "Games/PC ISO");
|
||||
|
Reference in New Issue
Block a user