mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-09 21:10:10 +09:00
Restore coding style deprecated by @dstftw
This commit is contained in:
parent
3e49222a74
commit
d42b7b6c5e
@ -104,7 +104,7 @@ class RedTubeIE(InfoExtractor):
|
||||
format_url, video_id, 'mp4',
|
||||
entry_protocol='m3u8_native', m3u8_id=format_id or 'hls',
|
||||
fatal=False))
|
||||
continue
|
||||
else:
|
||||
format_id = media.get('quality')
|
||||
formats.append({
|
||||
'url': format_url,
|
||||
|
Loading…
Reference in New Issue
Block a user