Python HTTP download with resume.
This file is works on python3, You can use from terminal just type => python3 pGet.py "and paste the URL"
Download:
The file already exists:
Resume a file:
![Path Helper Demo] (https://s3.amazonaws.com/f.cl.ly/items/2g3F1J0E0k432o0T2c14/resuming.gif)
Uses libraries of python 3 core.
These are the consulted sources:
www.stackoverflow.com/ of course!.
The documentation of urllib / python3 https://docs.python.org/3/library/urllib.request.html#module-urllib.request
The progress bar: http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python
For the file size from: http://www.cs.tut.fi/~jkorpela/http.html Content-Length -> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13
For resume the downloaded file: https://gist.github.com/danycoro/ee2799eab15d9ebd9e8a

