mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 08:16:10 +00:00
Restore coding style deprecated by @dstftw
This commit is contained in:
parent
3e49222a74
commit
d42b7b6c5e
1 changed files with 7 additions and 7 deletions
|
@ -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 a new issue