posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

Download should be restarted even if ".part" file is already present #12

Closed posborne closed 10 years ago

posborne commented 10 years ago

This is usually the case because something interrupted us the last time around. For now, the best strategy would be to write over that file. That is why we are using the ".part" extension.