[yuja] fix style for flake8
This commit is contained in:
parent
55d54e32b2
commit
5667922fda
@ -77,6 +77,7 @@ class YuJaIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'format_id': 'mp4_hls',
|
||||
'protocol': 'm3u8',
|
||||
'source_preference': 1
|
||||
})
|
||||
|
||||
if data.get('videoLinkMp4'):
|
||||
@ -84,9 +85,9 @@ class YuJaIE(InfoExtractor):
|
||||
'url': data.get('videoLinkMp4'),
|
||||
'ext': 'mp4',
|
||||
'format_id': 'mp4',
|
||||
'source_preference': 0
|
||||
})
|
||||
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': data['videoTitle'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user