mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
remove print statement
This commit is contained in:
parent
f4e3a4e46d
commit
9106506dfe
@ -254,9 +254,6 @@ def _real_extract(self, url):
|
|||||||
'url': video_info.get('directUrl'),
|
'url': video_info.get('directUrl'),
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
}] if url_or_none(video_info.get('directUrl')) else []
|
}] if url_or_none(video_info.get('directUrl')) else []
|
||||||
|
|
||||||
print(formats)
|
|
||||||
|
|
||||||
if video_info.get('streamUrl') and not re.search(r'\.mp4$', video_info.get('streamUrl') or ''):
|
if video_info.get('streamUrl') and not re.search(r'\.mp4$', video_info.get('streamUrl') or ''):
|
||||||
formats.extend(self._extract_m3u8_formats(
|
formats.extend(self._extract_m3u8_formats(
|
||||||
video_info.get('streamUrl'), video_id, 'mp4',
|
video_info.get('streamUrl'), video_id, 'mp4',
|
||||||
|
Loading…
Reference in New Issue
Block a user