diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-23 20:21:27 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-23 20:21:27 +0200 |
commit | f3cd403c2b0b0819504236946895e8ead9814f1f (patch) | |
tree | 5564d2903fdd795d3bbee42d7b6d47b36fa46ddc | |
parent | ad5f53ac72d32803819d221b3e9a68331c3002a1 (diff) |
[telecino] Add coding declaration
-rw-r--r-- | youtube_dl/extractor/telecinco.py | 1 |
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 |