Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
HTTPS Youtube URLs Returning 403 Errors #2564
Comments
|
Closing as a duplicate of #2364. |
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.