mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitpiracy: fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Specialized;
|
||||
using System.Globalization;
|
||||
@@ -15,7 +15,7 @@ using NLog;
|
||||
|
||||
namespace Jackett.Common.Indexers
|
||||
{
|
||||
public class Digitalcore : BaseWebIndexer
|
||||
public class BitsPiracy : BaseWebIndexer
|
||||
{
|
||||
private string SearchUrl { get { return SiteLink + "api/v1/torrents"; } }
|
||||
private string LoginUrl { get { return SiteLink + "api/v1/auth"; } }
|
||||
@@ -26,7 +26,7 @@ namespace Jackett.Common.Indexers
|
||||
set { base.configData = value; }
|
||||
}
|
||||
|
||||
public Digitalcore(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
|
||||
public BitsPiracy(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
|
||||
: base(name: "BitsPiracy",
|
||||
description: "BitsPiracy is a Private Torrent Tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://bitspiracy.org/",
|
||||
|
Reference in New Issue
Block a user