Update README.md

This commit is contained in:
2025-07-11 17:25:53 +00:00
parent 29aedf0116
commit d6b54f94a8

View File

@@ -1,9 +1,10 @@
# http_downloader # http_downloader
A simple download helper written in python3 A really simple download helper written in python3
## What it does ## What it does
The program was intended to work as a simple downloader of multiple http urls using wget. The URLs are The program was intended to work as a simple downloader of multiple http urls using wget.
A file is
given in the first parameter of the program. Then it reads every line of the file and interprets it as 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. one URL. Each line is passed to wget to download.