assorted: add new nocensor proxies (#11687)

This commit is contained in:
ilike2burnthing
2021-05-07 07:41:14 +01:00
committed by GitHub
parent 17fc2d50cf
commit 6740c7c40f
5 changed files with 9 additions and 0 deletions

View File

@@ -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/

View File

@@ -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:

View File

@@ -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/

View File

@@ -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/

View File

@@ -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)