Skip to content

GerHobbelt/mini-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Downloader ReadMe
by Hampus Wessman <hw@vox.nu>

This is a small metalink downloader written in C++, using boost, libcurl and
expat. It can either be compiled so that it downloads a specific file and
then (optionally) launches it or be compiled into a "downloader template", which
can later be used to create a custom downloader by replacing text strings inside
the executable (they are marked in a special way, to make this easy).

src/web/ contains php files, which can be used to create custom downloaders from
a "downloader template" (mentioned above). The scripts should be easy to modify.

More documentation will be added later. See SConstruct to find out how it is
built (it's quite self-explanatory). "Downloader templates" are built by
defining CUSTOM_STRINGS. The compiled executables can be compressed using UPX,
but you can't add custom strings to a compressed downloader template. You can
compress it afterwards though.

See license.txt for license information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.4%
  • PHP 5.5%
  • Python 3.0%
  • C 0.1%