mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
AudioBookBay: change .is domain to http
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
public override string[] AlternativeSiteLinks => new[]
|
||||
{
|
||||
"https://audiobookbay.lu/",
|
||||
"https://audiobookbay.is/",
|
||||
"http://audiobookbay.is/",
|
||||
};
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
@@ -45,7 +45,8 @@ namespace Jackett.Common.Indexers.Definitions
|
||||
"http://audiobookbayabb.com/",
|
||||
"https://audiobookbay.fi/",
|
||||
"https://audiobookbay.li/",
|
||||
"https://audiobookbay.se/" // redirects to .is but has invalid CA
|
||||
"https://audiobookbay.se/", // redirects to .is but has invalid CA
|
||||
"https://audiobookbay.is/"
|
||||
};
|
||||
public override string Language => "en-US";
|
||||
public override string Type => "public";
|
||||
|
Reference in New Issue
Block a user