mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
Fixed AnimeBytes torznab category
This commit is contained in:
parent
e6e3d93a66
commit
7961af1431
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ namespace Jackett.Indexers
|
|||
manager: i,
|
||||
logger: l)
|
||||
{
|
||||
|
||||
TorznabCaps.Categories.Clear();
|
||||
TorznabCaps.Categories.Add(new TorznabCategory { ID = "5070", Name = "TV/Anime" });
|
||||
LoginUrl = SiteLink + "/user/login";
|
||||
SearchUrl = SiteLink + "/torrents.php?filter_cat[1]=1";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue