summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-02 04:42:10 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-02 04:42:10 +0700
commitfd47550885fc0abcdddbfdec70e00bc0d6a9865e (patch)
tree26b5b9a3bfb895f7c298da1e93d1dfeea3f6a7e5
parent4457823dda410c5406f5ab5474b9b1f9325fa7ed (diff)
downloadyoutube-dl-fd47550885fc0abcdddbfdec70e00bc0d6a9865e.tar.gz
youtube-dl-fd47550885fc0abcdddbfdec70e00bc0d6a9865e.tar.xz
youtube-dl-fd47550885fc0abcdddbfdec70e00bc0d6a9865e.zip
[extractor/common] Add coding cookie
-rw-r--r--youtube_dl/extractor/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index cdfa7000b..ae8af61de 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -1,3 +1,4 @@
+# coding: utf-8
 from __future__ import unicode_literals
 
 import base64