aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/franceinter.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/franceinter.py')
-rw-r--r--youtube_dl/extractor/franceinter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/franceinter.py b/youtube_dl/extractor/franceinter.py
index a009f4d38..ae822a50e 100644
--- 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,