PostProcessingError holds the message in the 'msg' property, not in 'message' (fixes...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 28 Aug 2013 11:37:31 +0000 (13:37 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 28 Aug 2013 11:37:31 +0000 (13:37 +0200)
commit8ae97d76eee1bf9e9098797db3be2d7b816196b2
tree676d1e5fe70d1c6bcc4559ad65f5c1999708d52f
parent6d69d03bac08f8381031de721167103697bf3fed
PostProcessingError holds the message in the 'msg' property, not in 'message' (fixes #1323)

Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/
youtube_dl/PostProcessor.py