Browse Source

Fixed the encoding

David Fabijan 11 years ago
parent
commit
66420a2db4
2 changed files with 2 additions and 0 deletions
  1. BIN
      youtube-dl
  2. 2 0
      youtube_dl/extractor/mojvideo.py

BIN
youtube-dl


+ 2 - 0
youtube_dl/extractor/mojvideo.py

@@ -1,3 +1,5 @@
+# coding: utf-8
+from __future__ import unicode_literals
 import re
 import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor