mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-07 04:10:12 +08:00
fixing flake8 error
This commit is contained in:
parent
d68e0c2e6d
commit
c36e603a88
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user