From 3d030642c704eeefc3665da8fca56710427e2153 Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Fri, 26 Feb 2021 14:35:16 +0100 Subject: [PATCH] [franceinter] flake8 --- haruhi_dl/extractor/franceinter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haruhi_dl/extractor/franceinter.py b/haruhi_dl/extractor/franceinter.py index a009f4d38..ae822a50e 100644 --- a/haruhi_dl/extractor/franceinter.py +++ b/haruhi_dl/extractor/franceinter.py @@ -50,7 +50,7 @@ class FranceInterIE(InfoExtractor): 'id': video_id, 'title': title, 'description': description, - 'thumbnail' : thumbnail, + 'thumbnail': thumbnail, 'upload_date': upload_date, 'formats': [{ 'url': video_url,