mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
yts: add proxies
unblocked.rest proxy is failing in browser, redirecting to yifyddl.co, which directs to yts.lv (which is a different site). yts.pm and yify.is are also different sites.
This commit is contained in:
parent
443057f156
commit
300e7d04f8
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@ namespace Jackett.Common.Indexers
|
|||
[ExcludeFromCodeCoverage]
|
||||
public class YTS : BaseWebIndexer
|
||||
{
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://yts.mx/",
|
||||
"https://yts.unblockit.dev/",
|
||||
"https://yts.unblockninja.com/",
|
||||
"https://yts.root.yt/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://yts.ag/",
|
||||
"https://yts.am/",
|
||||
|
|
Loading…
Reference in a new issue