浏览代码

Fixed the encoding

David Fabijan 11 年之前
父节点
当前提交
66420a2db4
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      youtube-dl
  2. 2 0
      youtube_dl/extractor/mojvideo.py

二进制
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