mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
newpct: add pctmix.com (#9398)
This commit is contained in:
parent
95cb8ed04b
commit
24b872eadb
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ namespace Jackett.Common.Indexers
|
|||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://descargas2020.org/",
|
||||
"https://pctnew.org/",
|
||||
"https://pctreload.com/"
|
||||
"https://pctreload.com/",
|
||||
"https://pctmix.com/"
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
|
|
Loading…
Add table
Reference in a new issue