jaimeMF / youtube-dl-api-server

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

Video not available #14

Closed gfucka closed 10 years ago

gfucka commented 10 years ago

With some videos I get:

{"error": "ERROR: YouTube said: The uploader has not made this video available in your country."}.

Thank you

jaimeMF commented 10 years ago

Which video are you trying with?

gfucka commented 10 years ago

This one: https://www.youtube.com/watch?v=o3mP3mJDL2k

jaimeMF commented 10 years ago

Probably the video is not available in the country where the server runs, I can't do anything. If you need to get its information you can deploy a custom server. Thanks for the report.

gfucka commented 10 years ago

Ok what do you mean with "custom server"? Il 23/mar/2014 20:20 "Jaime Marquínez Ferrándiz" notifications@github.com ha scritto:

Probably the video is not available in the country where the server runs, I can't do anything. If you need to get its information you can deploy a custom server. Thanks for the report.

Reply to this email directly or view it on GitHubhttps://github.com/jaimeMF/youtube-dl-api-server/issues/14#issuecomment-38393917 .

jaimeMF commented 10 years ago

You can download the source and run your own server, for example in a local network or use some hosting service. There are some instructions for installing locally at https://youtube-dl-api-server.readthedocs.org/en/latest/install.html.