ReRubis / async_download

Downloads files asynchronously in batches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aynschronous downloader

Used to download specified files asynchronously.

Installation

Preferable method is to use devcontainer

  1. install the Remote-Containers VS-code extenstion
  2. open the project folder
  3. rebuild and open the folder in container.

Running

  1. Make sure that the virtual environment is opened.
  2. If it's not, usually restarting terminal sets it in virtual env. If it doesn't run the command:
. ./.venv/bin/activate
  1. Specify the links in url_list in main.py. Run the main.py file.

About

Downloads files asynchronously in batches


Languages

Language:Python 95.0%Language:Dockerfile 5.0%