Works as a basic downloader where you specify the link of the page from multiple files have to be downloaded. Using that page as reference, you specify the type of files that have to be downloaded (for example, pptx / mp3 / mp4). The downloader does the rest for you.
Download the requirements.txt
and main.py
file.
Run:
python -m venv myvenv
pip install -r requirements.txt
python main.py
Follow the instructions that follow.
Add argparse
support, a feature to resume downloads
Please reach out to the author at [email protected]