From caffa836fdbf25818d7e1dc4e309c43df3b668e9 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 23 Dec 2019 15:56:03 +0100 Subject: [PATCH] Add coding for python 2 --- youtube_dl/extractor/lemonde.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/lemonde.py b/youtube_dl/extractor/lemonde.py index bc25a4673..869e115b1 100644 --- a/youtube_dl/extractor/lemonde.py +++ b/youtube_dl/extractor/lemonde.py @@ -1,3 +1,5 @@ +# coding: utf-8 + from __future__ import unicode_literals from .common import InfoExtractor