posborne / putio-sync

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

Fixed ASCII encoding errors by using UTF-8 encoding #51

Closed joshkerr closed 5 years ago

joshkerr commented 5 years ago

Fixed ASCII errors by using UTF-8 encoding on file names. This fixed issues I was getting in downloading files with Chinese/Japanese characters in the titles. Also set log to ERROR and disabled the Werkzeug messages that were flooding my terminal.

posborne commented 5 years ago

Lot of commits here; I'm going to squash all this done but otherwise I'm fine with the change if it is working for you. I'm not actively using put.io any longer.