From 0cc6d9f5631797112ff97410105791cf1e8a4a4c Mon Sep 17 00:00:00 2001 From: Blue Fox Date: Fri, 29 Sep 2023 13:14:09 +0100 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19cffea --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file