1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 19:49:33 +00:00

[franceinter] flake8

This commit is contained in:
Remita Amine 2020-11-22 19:38:45 +01:00
parent dd0f524c69
commit 2cd43a00d1

View file

@ -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,