-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
-g option for YouTube is not working anymore #41
Comments
The option IS working and returning the video URL that YouTube is providing (notice that get_video is now a 404). However, if you want to use it to download the video, you may have to combine it with the --cookies option. |
I just wanted to share the bourne shell function that I use to have a "yt" command available to watch videos while not using the web browser. It looks like this:
Then, I can use something like:
And watch the video using mplayer. |
Since the change on YouTube on 9-12-2010 the returned download url doesn't work.
I get a HTML "Forbidden"
The text was updated successfully, but these errors were encountered: