Esempio n. 1
0
 public static int DefaultGetLinkRate(string link)
 {
     // http://ul.to/0cqaq9ou
     // http://uploaded.net/file/t40jl73t
     // http://uptobox.com/oiyprfxyfn1v
     // http://www.uploadable.ch/file/BgeEV6KxnCbB/VPFN118.rar
     // http://rapidgator.net/file/096cca55aba4d9e9dac902b9508a23b1/MiHN65.rar.html
     // http://turbobit.net/15cejdxrzleh.html
     // http://6i5mqc65bc.1fichier.com/
     //if (link.StartsWith("http://ul.to/"))
     //    return 10;
     //else if (link.StartsWith("http://uploaded.net/"))
     //    return 20;
     //else if (link.StartsWith("http://uptobox.com/"))
     //    return 30;
     //else if (link.StartsWith("http://www.uploadable.ch/"))
     //    return 40;
     //else if (link.StartsWith("http://rapidgator.net/"))
     //    return 50;
     //else if (link.StartsWith("http://turbobit.net/"))
     //    return 60;
     //else if (link.EndsWith(".1fichier.com/"))
     //    return 70;
     //else
     //    return 999;
     return(DownloadFileServerInfo.GetLinkRate(DownloadFileServerInfo.GetServerNameFromLink(link)));
 }
Esempio n. 2
0
 public static int DefaultGetLinkRate(string link)
 {
     //return DownloadFileServerInfo.GetLinkRate(DownloadFileServerInfo.GetServerNameFromLink(link));
     return(DebridLinkFr_v3.GetLinkRate(DownloadFileServerInfo.GetServerNameFromLink(link)));
 }