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