jaimeMF / youtube-dl-api-server

A youtube-dl REST API server
https://youtube-dl-api-server.readthedocs.org/
The Unlicense
364 stars 212 forks source link

Force ipv6 on GAE #27

Closed docshafiullah closed 8 years ago

docshafiullah commented 9 years ago

Google App Engine is using ip address which cannot access VEVO videos and many other signature videos. This problem can be solved by using IPV6. is there any way we can force IPV6 to be used by youtube-dl-api-server?

jaimeMF commented 9 years ago

It works for me, maybe you are using an outdated youtube-dl version? Could you post the logs?

docsuleman commented 9 years ago

the problem can be fixed after

1) updating youtube-dl as suggested by jaimeMF, 2) in addition if problem persist, you can solve it by setting data center to Europe instead of US. every-time you create an app on GAE. there is option for choosing data center.