about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-23 20:21:27 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-23 20:21:27 +0200
commitf3cd403c2b0b0819504236946895e8ead9814f1f (patch)
tree5564d2903fdd795d3bbee42d7b6d47b36fa46ddc
parentad5f53ac72d32803819d221b3e9a68331c3002a1 (diff)
downloadyoutube-dl-f3cd403c2b0b0819504236946895e8ead9814f1f.tar.gz
youtube-dl-f3cd403c2b0b0819504236946895e8ead9814f1f.tar.xz
youtube-dl-f3cd403c2b0b0819504236946895e8ead9814f1f.zip
[telecino] Add coding declaration
-rw-r--r--youtube_dl/extractor/telecinco.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/telecinco.py b/youtube_dl/extractor/telecinco.py
index 161656aa6..db9788c18 100644
--- a/youtube_dl/extractor/telecinco.py
+++ b/youtube_dl/extractor/telecinco.py
@@ -1,3 +1,4 @@
+#coding: utf-8
 from __future__ import unicode_literals
 
 from .mitele import MiTeleIE