mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
[franceinter] flake8
This commit is contained in:
parent
dd0f524c69
commit
2cd43a00d1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue