mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (SubsPlease) Update indexer urls
This commit is contained in:
@@ -23,6 +23,11 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||||||
public override string[] IndexerUrls => new[]
|
public override string[] IndexerUrls => new[]
|
||||||
{
|
{
|
||||||
"https://subsplease.org/",
|
"https://subsplease.org/",
|
||||||
|
"https://subsplease.mrunblock.bond/",
|
||||||
|
"https://subsplease.nocensor.click/"
|
||||||
|
};
|
||||||
|
public override string[] LegacyUrls => new[]
|
||||||
|
{
|
||||||
"https://subsplease.nocensor.space/"
|
"https://subsplease.nocensor.space/"
|
||||||
};
|
};
|
||||||
public override string Language => "en-US";
|
public override string Language => "en-US";
|
||||||
|
Reference in New Issue
Block a user