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 myvenvpip install -r requirements.txtpython main.pyFollow the instructions that follow.
Add argparse support, a feature to resume downloads
Please reach out to the author at dewanshrawat15@gmail.com