mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fuzer: update links
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
public class Fuzer : BaseWebIndexer
|
public class Fuzer : BaseWebIndexer
|
||||||
{
|
{
|
||||||
|
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||||
|
"https://fuzer.me/",
|
||||||
|
};
|
||||||
|
|
||||||
private string SearchUrl { get { return SiteLink + "browse.php"; } }
|
private string SearchUrl { get { return SiteLink + "browse.php"; } }
|
||||||
private string LoginUrl { get { return SiteLink + "login.php"; } }
|
private string LoginUrl { get { return SiteLink + "login.php"; } }
|
||||||
private const int MAXPAGES = 3;
|
private const int MAXPAGES = 3;
|
||||||
@@ -32,7 +36,7 @@ namespace Jackett.Common.Indexers
|
|||||||
public Fuzer(IIndexerConfigurationService configService, Utils.Clients.WebClient w, Logger l, IProtectionService ps)
|
public Fuzer(IIndexerConfigurationService configService, Utils.Clients.WebClient w, Logger l, IProtectionService ps)
|
||||||
: base(name: "Fuzer",
|
: base(name: "Fuzer",
|
||||||
description: "Fuzer is a private torrent website with israeli torrents.",
|
description: "Fuzer is a private torrent website with israeli torrents.",
|
||||||
link: "https://fuzer.me/",
|
link: "https://www.fuzer.me/",
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: w,
|
client: w,
|
||||||
logger: l,
|
logger: l,
|
||||||
|
Reference in New Issue
Block a user