mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
newpct: new domain
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Jackett.Common.Indexers
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static Uri DefaultSiteLinkUri =
|
private static Uri DefaultSiteLinkUri =
|
||||||
new Uri("http://descargas2020.com/");
|
new Uri("https://pctnew.site/");
|
||||||
|
|
||||||
private static Uri[] ExtraSiteLinkUris = new Uri[]
|
private static Uri[] ExtraSiteLinkUris = new Uri[]
|
||||||
{
|
{
|
||||||
@@ -70,6 +70,7 @@ namespace Jackett.Common.Indexers
|
|||||||
private static Uri[] LegacySiteLinkUris = new Uri[]
|
private static Uri[] LegacySiteLinkUris = new Uri[]
|
||||||
{
|
{
|
||||||
new Uri("http://www.tvsinpagar.com/"),
|
new Uri("http://www.tvsinpagar.com/"),
|
||||||
|
new Uri("http://descargas2020.com/"),
|
||||||
};
|
};
|
||||||
|
|
||||||
private NewpctRelease _mostRecentRelease;
|
private NewpctRelease _mostRecentRelease;
|
||||||
|
Reference in New Issue
Block a user