Add README.md
This commit is contained in:
parent
3cc7d475b9
commit
0cc6d9f563
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# http_downloader
|
||||||
|
A simple download helper written in python3
|
||||||
|
|
||||||
|
## What it does
|
||||||
|
|
||||||
|
The program was intended to work as a simple downloader of multiple http urls using wget. The URLs are
|
||||||
|
given in the first parameter of the program. Then it reads every line of the file and interprets it as
|
||||||
|
one URL. Each line is passed to wget to download.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
GPLv3.0, see [here](LICENSE.md)
|
Loading…
x
Reference in New Issue
Block a user