I need to download a thousand csv files size: 20KB - 350KB. Here is my code so far:
Im using urllib.request.urlretrieve
. And with it i download thousand files with size of all of them together: 250MB, for over an hour.
So my question is:
How can I download thousand csv files faster then one hour?
Thank you!