Description :

Urlgfe is a download manager that uses GTK+2 ,libcurl, and pcre.
It allows you to classify URLs before downloading them, and allows you to import URLs from HTML files.
Every category has an independent configuration that can be inherited by each download in that category.


Feature list :
1. It allows you classify URLs before downloading them.
2. Every category has an independent configuration that can be inherited by each download in that category.
3. Multiple category/queue can download at one time.
4. Batch mode can generate URLs.
5. Import URLs from .html files. (UTF-8 Encoding only)
6. Export URLs ( for wget -i )


You must have following library before run this version.
1. curl 7.13.x or newer. ( http://curl.haxx.se/ )
2. GTK+ for Windows 2.6.x or newer. ( http://www.gtk.org/ )
3. PCRE - Perl Compatible Regular Expressions 4.5 or newer ( http://www.pcre.org/ )


Command line parameter :

1. Import one URL
  urlgfe [URL]


2. Import multiple URLs :
  urlgfe [URL1\nURL2\nURL3\n...]

  String of C Language express as "URL1\nURL2\nURL3".

