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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ links:
- https://www.torlock2.com/
- https://www.torlock.icu/
- https://torlock.unblockit.onl/
- https://torlock.nocensor.space/
legacylinks:
- https://torlock.com/
- https://torlock.unblockit.pro/

View File

@ -7,6 +7,7 @@ type: public
encoding: UTF-8
links:
- https://www.toros.co/
- https://toros.nocensor.space/
caps:
categorymappings:

View File

@ -10,6 +10,7 @@ links:
- https://www.torrentfunk.com/
- https://www.torrentfunk2.com/
- https://torrentfunk.unblockit.onl/
- https://torrentfunk.nocensor.space/
legacylinks:
- https://torrentfunk.unblockit.pro/
- https://torrentfunk.unblockit.one/

View File

@ -8,6 +8,7 @@ encoding: UTF-8
links:
- https://yourbittorrent.com/
- https://yourbittorrent2.com/
- https://yourbittorrent.nocensor.space/
legacylinks:
- https://yourbittorrent.host/

View File

@ -20,6 +20,11 @@ namespace Jackett.Common.Indexers
[ExcludeFromCodeCoverage]
public class SubsPlease : BaseWebIndexer
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://subsplease.org/",
"https://subsplease.nocensor.space/"
};
private string ApiEndpoint => SiteLink + "/api/?";
public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs)