1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 01:17:15 +08:00

fixing flake8 error

This commit is contained in:
Jan 'Yenda' Trmal 2020-01-26 20:49:53 +01:00
parent d68e0c2e6d
commit c36e603a88

View File

@ -192,9 +192,9 @@ class NovaIE(InfoExtractor):
if embed_id:
info = {
'_type': 'url_transparent',
'url' : 'https://media.cms.nova.cz/embed/%s' % embed_id,
'ie_key' : NovaEmbedIE.ie_key(),
'id' : embed_id,
'url': 'https://media.cms.nova.cz/embed/%s' % embed_id,
'ie_key': NovaEmbedIE.ie_key(),
'id': embed_id,
'description': description,
'upload_date': upload_date
}