YouTube Download Shell Script
by johnReading through Maximum PC’s list of 50 skills every real geek should have I noticed ‘Downloading flash video’ from sites like YouTube was on the list. So, cunningly avoiding the many easy ways to do it, I decided to put together a quick shell script, after all it can’t be that hard, you just need to look at the HTTP headers…
Well it turns out YouTube don’t make it that easy, but after a bit of prodding I ended up with something that will at least save a YouTube video to an flv file:
View/download youtube.sh
This will probably only work till the YouTube site changes, so if it’s broken blame them and not my shoddy coding
Dec
11
- Published: December 11th, 2008
- 3 Comments published
- Tags: quickhacks, shellfu

