Download Latest Version GooeyCL-1.0.1.2.zip (623.8 kB)
Email in envelope

Get an email when there's a new version of GooeyCL

Home
Name Modified Size InfoDownloads / Week
GooeyCL-1.0.1.2-source.cs 2012-10-24 7.0 kB
README.txt 2012-10-24 1.8 kB
GooeyCL-1.0.1.2.zip 2012-10-24 623.8 kB
Totals: 3 Items   632.6 kB 0
Due to my own mental incompetence, I forgot ZIP archives existed and instead had
people download the .exe, Docs folder, and resources seperately. Sorry about that.

You can now just download GooeyCL-[version].zip from https://sourceforge.net/projects/gooeycl/files/
and extract the folder inside of it to wherever. Sorry again.



How to use this program:

Usage is fairly straightforward-- Paste the URL of the item or page you would like
to download in the text field labled "URL", and specify a directory for the
item to be saved to in the text field labled "Output".

Please note that in order for this program to function, You must have Wget
properly installed and working, and if you plan to use the YouTube feature,
youtube-dl is required as well.



How it works:

What this program does is takes the information you input into the text fields
and feeds them to a command-line execution of Wget or youtube-dl as
arguments, it is for this reason that it is required for Wget and/or youtube-dl
to be properly installed to use their respective features.



"Why does Wget always use the "--no-check-certificate" flag?"

Personally, I feel it hinders Wget's usability in terms of "just open it up and go"
because I always forget to put it in and the amount of websites that don't
comply with it by default, so I added that so as to make using it as easy and quick
as possible. If you'd like to change it, you can do so by removing that part
from the string "wgetarg" and recompiling.



"Where do I get Wget and youtube-dl?"

Wget is not native to Windows, so you'll need a port of it, I use GnuWin32's port,
which you can find at: http://gnuwin32.sourceforge.net/

youtube-dl: http://rg3.github.com/youtube-dl/
Source: README.txt, updated 2012-10-24