YouGrabber 0.20 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Quetzy Garcia
0 stars award from rbytes.net

YouGrabber is a command line YouTube.com video downloader made from scratch in ANSI C using the libcURL API.

Known to compile/work on:

Arch 0.7.2 running Linux 2.6.17.11 with libcURL 7.15.5

Requirements:
curl and libcurl

What's New in This Release:
+ Added Ncurses interface
- Lots of code changes and fixes
* Updated contact info (the project is now hosted at SourceForge.net)

[Makefile]
+ Added ".PHONY: install", so it can compile under Cygwin
Thanks to Alexander Demin

[yg.h]
* YGdownload and YGconfig data structures revised

[yg.c]
* pthread_join() is no longer used, since we wait in a loop for all threads
to finish their stuff

[config.c]
- Code cleanup and minor tweaks

[grabber.c]
- Code cleanups
* curl_easy_escape() is no longer used to name the temporary files
+ Added a download progress meter (finally!)

[utils.c]
* mkfilename(): Auto-rename support added (in case a file already exists)
Thanks to Alexander Demin
* Added dipclean(), a download notifier/cleaner
* Added fexists(), a file checker

YouGrabber 0.20 keywords