mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
rarbg: drop cat 35 ebook #12550
as the rarbg torrent search page no longer list this. also drop book-search as there are not books anylonger to find.
This commit is contained in:
parent
4c3a041f1d
commit
f018470d69
1 changed files with 0 additions and 5 deletions
|
@ -51,10 +51,6 @@ namespace Jackett.Common.Indexers
|
|||
{
|
||||
MusicSearchParam.Q
|
||||
},
|
||||
BookSearchParams = new List<BookSearchParam>
|
||||
{
|
||||
BookSearchParam.Q
|
||||
},
|
||||
TvSearchImdbAvailable = true
|
||||
},
|
||||
configService: configService,
|
||||
|
@ -92,7 +88,6 @@ namespace Jackett.Common.Indexers
|
|||
AddCategoryMapping(28, TorznabCatType.PCGames, "Games/PC RIP");
|
||||
AddCategoryMapping(32, TorznabCatType.ConsoleXBox360, "Games/XBOX-360");
|
||||
AddCategoryMapping(33, TorznabCatType.PCISO, "Software/PC ISO");
|
||||
AddCategoryMapping(35, TorznabCatType.BooksEBook, "e-Books");
|
||||
AddCategoryMapping(40, TorznabCatType.ConsolePS3, "Games/PS3");
|
||||
AddCategoryMapping(41, TorznabCatType.TVHD, "TV HD Episodes");
|
||||
AddCategoryMapping(42, TorznabCatType.MoviesBluRay, "Movies/Full BD");
|
||||
|
|
Loading…
Reference in a new issue