mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted: add new nocensor proxies (#11687)
This commit is contained in:
@@ -11,6 +11,7 @@ links:
|
|||||||
- https://www.torlock2.com/
|
- https://www.torlock2.com/
|
||||||
- https://www.torlock.icu/
|
- https://www.torlock.icu/
|
||||||
- https://torlock.unblockit.onl/
|
- https://torlock.unblockit.onl/
|
||||||
|
- https://torlock.nocensor.space/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://torlock.com/
|
- https://torlock.com/
|
||||||
- https://torlock.unblockit.pro/
|
- https://torlock.unblockit.pro/
|
||||||
|
@@ -7,6 +7,7 @@ type: public
|
|||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.toros.co/
|
- https://www.toros.co/
|
||||||
|
- https://toros.nocensor.space/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
|
@@ -10,6 +10,7 @@ links:
|
|||||||
- https://www.torrentfunk.com/
|
- https://www.torrentfunk.com/
|
||||||
- https://www.torrentfunk2.com/
|
- https://www.torrentfunk2.com/
|
||||||
- https://torrentfunk.unblockit.onl/
|
- https://torrentfunk.unblockit.onl/
|
||||||
|
- https://torrentfunk.nocensor.space/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://torrentfunk.unblockit.pro/
|
- https://torrentfunk.unblockit.pro/
|
||||||
- https://torrentfunk.unblockit.one/
|
- https://torrentfunk.unblockit.one/
|
||||||
|
@@ -8,6 +8,7 @@ encoding: UTF-8
|
|||||||
links:
|
links:
|
||||||
- https://yourbittorrent.com/
|
- https://yourbittorrent.com/
|
||||||
- https://yourbittorrent2.com/
|
- https://yourbittorrent2.com/
|
||||||
|
- https://yourbittorrent.nocensor.space/
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://yourbittorrent.host/
|
- https://yourbittorrent.host/
|
||||||
|
|
||||||
|
@@ -20,6 +20,11 @@ namespace Jackett.Common.Indexers
|
|||||||
[ExcludeFromCodeCoverage]
|
[ExcludeFromCodeCoverage]
|
||||||
public class SubsPlease : BaseWebIndexer
|
public class SubsPlease : BaseWebIndexer
|
||||||
{
|
{
|
||||||
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
|
"https://subsplease.org/",
|
||||||
|
"https://subsplease.nocensor.space/"
|
||||||
|
};
|
||||||
|
|
||||||
private string ApiEndpoint => SiteLink + "/api/?";
|
private string ApiEndpoint => SiteLink + "/api/?";
|
||||||
|
|
||||||
public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs)
|
public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs)
|
||||||
|
Reference in New Issue
Block a user