Download Youtube video with wget!

wget http://www.youtube.com/watch?v=dQw4w9WgXcQ -qO- | sed -n "/fmt_url_map/{s/[\'\"\|]/\n/g;p}" | sed -n '/^fmt_url_map/,/videoplayback/p' | sed -e :a -e '$q;N;5,$D;ba' | tr -d '\n' | sed -e 's/\(.*\),\(.\)\{1,3\}/\1/' | wget -i - -O surprise.flv
Nothing special required, just wget, sed & tr!
Sample Output
Resolving v3.lscache3.c.youtube.com... 74.125.170.46
Connecting to v3.lscache3.c.youtube.com|74.125.170.46|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25120289 (24M) [video/x-flv]
Saving to: `surprise.flv'

36
By: Eno
2011-01-25 04:19:06

What Others Think

oops! it's not working for me. I'm getting this error: sed: 1: "/fmt_url_map/{s/[\'"\|] ...": extra characters at the end of p command No URLs found in -.
kaartz · 781 weeks and 5 days ago
I'm having the same problem with kaartz... I'm running OS X with the wget being ported to OS X.
TCorbin · 781 weeks ago
Weird, it's working fine on GNU/Linux, I'll check that tomorrow on OSX ;)
Eno · 781 weeks ago
cool
ZhaoZijie · 689 weeks ago
No working : No URLs found in -. :'( i'm looking for this since 1 years :'(
kaldoran · 644 weeks ago

What do you think?

Any thoughts on this command? Does it work on your machine? Can you do the same thing with only 14 characters?

You must be signed in to comment.

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.

Share Your Commands



Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for: