logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 2cd43a00d1eec54c40e3fdf9a288f4cb391a8323
parent dd0f524c69ad95541f7d370bdb877ee68f722f26
Author: Remita Amine <remitamine@gmail.com>
Date:   Sun, 22 Nov 2020 19:38:45 +0100

[franceinter] flake8

Diffstat:

Myoutube_dl/extractor/franceinter.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/franceinter.py b/youtube_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,