Skip to content

ReRubis/async_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published