sintonia/python_apps/airtime-celery/airtime-celery
Lucas Bickel 0cb5e2665e Fix unicode issues in podcast downloader
The podcast downloader fails pretty badly when the podcast name contains non ascii chars. The main fail happens during logging; I have learnt way to much about pythons stupid unicode implementation.

This adds addtional debug logging and also outputs the real reason a download fails properly. The content of the tags should be written as UTF-8 or whater is input into it, this commit mainly touches (and fixes) logging.
2017-03-11 21:01:52 +01:00
..
__init__.py SAAS-853 - Celery backend for SoundCloud uploads 2015-06-10 15:04:49 -04:00
celeryconfig.py Add SoundCloud update and download tasks to Celery backend; requires airtime-celery reinstall 2015-10-30 16:10:16 -04:00
tasks.py Fix unicode issues in podcast downloader 2017-03-11 21:01:52 +01:00