Fixed the encoding
authorDavid Fabijan <david.fabijan@gmail.com>
Wed, 6 Aug 2014 12:44:29 +0000 (14:44 +0200)
committerDavid Fabijan <david.fabijan@gmail.com>
Wed, 6 Aug 2014 12:44:29 +0000 (14:44 +0200)
youtube-dl
youtube_dl/extractor/mojvideo.py

index e3eb8774caa258ddbaa51323938fbd36c4fc170d..87b20758a8c21be72a75432c7eec14a604c69d55 100755 (executable)
Binary files a/youtube-dl and b/youtube-dl differ
index 1223fdf2fca5971a3c74b2c19699e0d458d1bb58..ddfef6d3c49a8ac91eb71dec3d824453828c347f 100644 (file)
@@ -1,3 +1,5 @@
+# coding: utf-8
+from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor