Fixed: (SpeedAppBase) Add pagination

This commit is contained in:
Bogdan
2023-02-15 17:18:26 +02:00
parent a8ea05af07
commit 252cd97e35
3 changed files with 36 additions and 28 deletions
@@ -8,8 +8,8 @@ namespace NzbDrone.Core.Indexers.Definitions
public class SpeedApp : SpeedAppBase
{
public override string Name => "SpeedApp.io";
public override string[] IndexerUrls => new string[] { "https://speedapp.io/" };
public override string[] LegacyUrls => new string[] { "https://speedapp.io" };
public override string[] IndexerUrls => new[] { "https://speedapp.io/" };
public override string[] LegacyUrls => new[] { "https://speedapp.io" };
public override string Description => "SpeedApp is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL";
public override string Language => "ro-RO";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.Indexers.Definitions
BookSearchParams = new List<BookSearchParam>
{
BookSearchParam.Q,
},
}
};
caps.Categories.AddCategoryMapping(38, NewznabStandardCategory.Movies, "Movie Packs");