Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable #9456

Closed
lenines opened this issue May 11, 2016 · 2 comments
Closed

ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable #9456

lenines opened this issue May 11, 2016 · 2 comments
Labels

Comments

@lenines
Copy link

@lenines lenines commented May 11, 2016

[youtube] FXLTgma90DQ: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented May 11, 2016

Carefully read new issue template and provide all requested information.

@dstftw dstftw closed this May 11, 2016
@lenines
Copy link
Author

@lenines lenines commented May 11, 2016

I was using the version youtube-dl==2015.12.29 and everything worked well until about 4 days backwards the script is and next (I am using python2.7.6 and s3)

file_name_url = "/home/ubuntu/videos/"
video_id = " FXLTgma90DQ"
file_name ="{0}.mp4".format(video_id)
cli = "youtube-dl --format 18 -o '{0}{1}' http://www.youtube.com/watch?v={2}".format(file_name_url,file_name,video_id)
subprocess.call(cli, shell=True)

and I get the following error

[youtube] FXLTgma90DQ: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 503: Service Unavailable (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

I upgraded to version youtube-dl==2016.05.10 and the problem persists

@dstftw dstftw added the incomplete label Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.