Add a downloader tools to download files.

The downloader is using libaria2.

For now, only one download can be run a the time.
A download will start only if (and as soon as) no download is running.
This commit is contained in:
Matthieu Gautier
2018-03-27 16:46:59 +02:00
parent d4fefd1a57
commit 1f091da3f4
5 changed files with 187 additions and 2 deletions

View File

@ -2,6 +2,7 @@ headers = [
'library.h',
'manager.h',
'opds_dumper.h',
'downloader.h',
'reader.h',
'searcher.h'
]