summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-11-17 17:57:40 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-11-17 17:58:16 +0100
commit609af1ae1ce578b0fdd1dd7ec6e56f1272e107f6 (patch)
treec69a785698e7fb62618843754e3ea75018a4d316
parent4cd759f73d734882b6d74e764abb068e64a99635 (diff)
downloadyoutube-dl-609af1ae1ce578b0fdd1dd7ec6e56f1272e107f6.tar.gz
youtube-dl-609af1ae1ce578b0fdd1dd7ec6e56f1272e107f6.tar.xz
youtube-dl-609af1ae1ce578b0fdd1dd7ec6e56f1272e107f6.zip
[dplay] Add 'encoding: utf-8' line
-rw-r--r--youtube_dl/extractor/dplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/dplay.py b/youtube_dl/extractor/dplay.py
index 93768c294..6cda56a7f 100644
--- a/youtube_dl/extractor/dplay.py
+++ b/youtube_dl/extractor/dplay.py
@@ -1,3 +1,4 @@
+# encoding: utf-8
 from __future__ import unicode_literals
 
 import time