Everybody loves YouTube, the hub of short video clips uploaded by the users. It makes more sense to watch YouTube clips than King Kong in the Metro. To watch one small clip, you need to:

  1. Install VideoDownloader Firefox Extension
  2. Download the video clips to the harddisk
  3. Manually convert the .flv to .avi using ffmpeg like this ffmpeg -i foo.flv foo.avi
  4. Copy to the Treo 650’s extension card

That is quite tedious. I need a tool to automate the above procedures, here come the tubefetch.txt:

$ ./tubefetch.py –help
TubeFetch: Download the video clips from YouTube
Version 0.1.0. developed by Kun Xi <kunxi@kunxi.org>
Usage: tubefetch.py [options] files …
                       
Examples:
  tubefetch.py -c http://the-url http://the-url2 …

Options:
  -h –help          print this information
  -v –version       version information
  -c                 convert the flv file to avi, needs ffmpeg

This script would download the flv files and convert them to avi file automatically, then copy the files to Treo 650 using CardReader, CardExport.

A better solution may go further:

  • Develop a Firefox addon: one-click would download/convert the file to the specified path
  • Develop a KPilot conduit, download the AVI files to Treo 650’s extension card when HotSync

Well, if I persist the enthusiasm for 3 months, I might roll up the sleeves and go through all the way to do so.

Update The DownloadHelper plugin is exactly what I am looking for. The author does not address the CJK file name issue, here is the modified version to bypass that problem.


3 Comments to “YouTube On the Go”

  1. Jazz Eastman | April 16th, 2007 at 3:34 am

    The best solution I found was simply to download the flv files and copy them to the extension card. Play them on Kinoma v.4, which supports flv files as well as many others. It’s a fantasic piece of software.

  2. bookstack | April 16th, 2007 at 3:58 am

    In fact, I tried Kinoma trial from their web site one week ago, since it is the only player that claims to support Adobe Flash. Unfortunately, it does not recognize the format of YouTube clips. Maybe I would check whether they have an update.

    The conversion is lightening fast, it only takes around 40 sec to convert a 23M, 9min clip, the downloading takes around 3 - 4 min. By the way, conversion is spawned, kind of parallel.

  3. Vince | October 11th, 2007 at 7:06 am

    Review Request Sample:

    Was reading one of your blog posts about Widgets and thought I’d ask if you do reviews? We have software that we are looking for some good bloggers to review.

    FREE 1-Click YouTube Batch Downloader

    Let me know! You can look at our stuff at our new website we just unveiled recently at http://eurekr.com/download.html

    Thanks!

Leave a Comment