This is 100% Python based script, which is downloading files based on the urls data you have in xlsx or csv files.
download_loop('urls')
Is the header name in your excel file, by default I called it "urls" but you can change to any header name even in different column.
- Make sure your Python is updated (I am using python 3.10).
- Make sure all packages is installed:
Run these commands in your CMD, terminal:
pip install pandas
pip install requests
pip install tqdm
pip install os
pip install time
https://www.linkedin.com/in/georgekhananaev/
Cheers and Happy downloading...