summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-08-20 01:47:55 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-08-20 01:47:55 +0800
commitaa6cd05ed82b14af0e3827b2ff43eed02087b574 (patch)
tree93cead7ffa52b506f9436d333ad8caa035f2955a
parentdac14bf311fd1b3c6af6c57b3b03878a11ef5aae (diff)
downloadyoutube-dl-aa6cd05ed82b14af0e3827b2ff43eed02087b574.tar.gz
youtube-dl-aa6cd05ed82b14af0e3827b2ff43eed02087b574.tar.xz
youtube-dl-aa6cd05ed82b14af0e3827b2ff43eed02087b574.zip
[theplatform] Fix Python 2: declare coding
-rw-r--r--youtube_dl/extractor/theplatform.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py
index 883bf491c..adaec3375 100644
--- a/youtube_dl/extractor/theplatform.py
+++ b/youtube_dl/extractor/theplatform.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
 import re