1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 07:27: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: if embed_id:
info = { info = {
'_type': 'url_transparent', '_type': 'url_transparent',
'url' : 'https://media.cms.nova.cz/embed/%s' % embed_id, 'url': 'https://media.cms.nova.cz/embed/%s' % embed_id,
'ie_key' : NovaEmbedIE.ie_key(), 'ie_key': NovaEmbedIE.ie_key(),
'id' : embed_id, 'id': embed_id,
'description': description, 'description': description,
'upload_date': upload_date 'upload_date': upload_date
} }