hydraflix / hydraflix.github.io

Brings out the hydra in you!
Creative Commons Zero v1.0 Universal
8 stars 17 forks source link

listing url not loading #2

Open ppsirg opened 8 years ago

ppsirg commented 8 years ago

hi, nice project, im a huge fan

i want to report url to list videos is not working, report a 520, origin error

the url my browser is trying to consume is:

http://crossorigin.me/http://api.torrentsapi.com/list?sort=seeds&quality=720p&page=1

thanks and best regards

eliooses commented 8 years ago

Hi @ppsirg ! sorry for the delay.

Yeap. crossorigin´s service is offline so many times in the last months.

I have working in a list of CORS service for next updates:

   switch (proxy) {
   case 1: proxy = "http://crossorigin.me/"; break;
   case 2: proxy = "http://www.playahost.com/.x/en/00/http/"; break;
   case 3: proxy = "http://www.whateverorigin.org/get?url="; break;
   case 4: proxy = "http://alloworigin.com/get?url="; break;
   default: proxy = "http://crossorigin.me/";
   }

If you knowed about someones please use the comments or email me at elio@netfilmx.com

See you!

Best regards from PopcornTime´s City.