deemix-py/deemix
kermit bb98953963 Fix streamTrack
Fixes several cases:
- When connection error thrown on retry, and subsequent retry started
  from the beginning, not the partial start
- Clone headers instead of adding Range header to dz.http_headers
  variables - this was causing errors on other requests
- Use 'with self.dz.session.get' to make sure request cleaned up on
  failure
- Fix calculation of downloadPercentage for retries: complete is now
  the size of the retry, so percentage needs to account for start
  value
2020-09-30 09:17:15 +01:00
..
api Set a timeout and use session connection pool for getting file sizes 2020-09-30 09:17:15 +01:00
app Fix streamTrack 2020-09-30 09:17:15 +01:00
utils Fixed path concat in pathtemplates 2020-09-28 23:06:22 +02:00
__init__.py Fixed cli not working on Windows 2020-09-29 08:57:22 +02:00
__main__.py Fixed cli not working on Windows 2020-09-29 08:57:22 +02:00