Parcourir la source

Fixed the encoding

David Fabijan il y a 11 ans
Parent
commit
66420a2db4
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
 
 from .common import InfoExtractor