From 3c110d17dba83f9047e87485b3022b80465b5e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 16 Dec 2018 17:18:07 +0200 Subject: [PATCH] [kanal2]: fix coding hint encoding --- youtube_dl/extractor/kanal2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/kanal2.py b/youtube_dl/extractor/kanal2.py index 03b4f964b..ebbfc6b83 100644 --- a/youtube_dl/extractor/kanal2.py +++ b/youtube_dl/extractor/kanal2.py @@ -1,4 +1,4 @@ -# coding: ISO-8859-15 +# coding: utf-8 from __future__ import unicode_literals from datetime import ( datetime,