Used to download specified files asynchronously.
Preferable method is to use devcontainer
- install the
Remote-Containers
VS-code extenstion - open the project folder
- rebuild and open the folder in container.
- Make sure that the virtual environment is opened.
- If it's not, usually restarting terminal sets it in virtual env. If it doesn't run the command:
. ./.venv/bin/activate
- Specify the links in url_list in main.py. Run the main.py file.