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

HTTPS Youtube URLs Returning 403 Errors #2564

Closed
gitongit opened this issue Mar 15, 2014 · 1 comment
Closed

HTTPS Youtube URLs Returning 403 Errors #2564

gitongit opened this issue Mar 15, 2014 · 1 comment
Labels

Comments

@gitongit
Copy link

@gitongit gitongit commented Mar 15, 2014

Running into the https issue and inspired by kokoko3k's workaround:

youtube-dl -g Youtube_URL_here | mplayer $(sed 's/https/http/')

Returns with only 403 errors, no successful video streams. Seems like most Youtube videos are now returning https URLs and as kokoko3k mentioned, mplayer offers no SSL support (and probably won't any time soon). As it is, this effectively breaks youtube-dl for mplayer streaming, which I would imagine is/was a popular use for the program.

Is there some way to fix this issue? It has been progressing over the past few weeks; initially you could just re-run the program until Youtube would return an non-https URL, but now that no longer works.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 15, 2014

Closing as a duplicate of #2364.
It looks like https urls cannot be directly transform to http urls.

@jaimeMF jaimeMF closed this Mar 15, 2014
@dstftw dstftw added the duplicate label Apr 1, 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
3 participants
You can’t perform that action at this time.