From d6b54f94a8b7c04bd60392f7de69f56231653a60 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 11 Jul 2025 17:25:53 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19cffea..ebc5a0c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # http_downloader -A simple download helper written in python3 +A really 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 +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 one URL. Each line is passed to wget to download.