Skip to content

jajosheni/quickTurtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

Step Command

1. Fork/Clone/Download this repo

git clone https://github.com/jajosheni/quickTurtle

2. Navigate to the directory

cd quickTurtle

3. Install the dependencies

python setup.py install ` or `pip install -r requirements.txt

4. Run the main.py script

python main.py

Use at your own risk

=====================

1.1 version:

  1. Input bugfix.
  2. Response & error handling.
  3. Retry downloading missing part.

ISSUES:

  1. Starts chunk from the beginning if interrupted wasting downloaded data.
  2. Cannot see the progress.

1.0 version:

One day I wanted to download a movie but the network was full of users, so I needed to fully utilize it.

  1. This program gets the length of the file,
  2. breaks it into equal chunks,
  3. downloads them simultaneously,
  4. merges them together into the final file.

ISSUES:

  1. Cannot resume chunks if interrupted.
  2. Cannot see the progress.