YouGrabber is a lightweight, command line
YouTube.com video downloader, made from scratch in
ANSI C. It's known to compile and run out of the
box on several POSIX platforms (GNU/Linux, *BSD,
Mac OS X, and Cygwin) and computer architectures
(x86, x86_64, and PPC).
License: GNU General Public License (GPL)
Changes:
This release adds a configure option in '.yg.conf' to store downloaded videos in a specified directory, and adds UTF8 support to properly display special characters in the video title and file name. It fixes a 3XX HTTP code issue, as well as two memory leaks (with the help of Valgrind). It has major code cleanup and enhancements. The man page has been revised.