mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-16 10:32:40 +09:00
[rutube] Remove unnecessary print
This commit is contained in:
parent
1b38185361
commit
4a7d108ab3
@ -54,7 +54,6 @@ class RutubeIE(InfoExtractor):
|
|||||||
formats = []
|
formats = []
|
||||||
for format_id, format_url in options['video_balancer'].items():
|
for format_id, format_url in options['video_balancer'].items():
|
||||||
ext = determine_ext(format_url)
|
ext = determine_ext(format_url)
|
||||||
print(ext)
|
|
||||||
if ext == 'm3u8':
|
if ext == 'm3u8':
|
||||||
m3u8_formats = self._extract_m3u8_formats(
|
m3u8_formats = self._extract_m3u8_formats(
|
||||||
format_url, video_id, 'mp4', m3u8_id=format_id, fatal=False)
|
format_url, video_id, 'mp4', m3u8_id=format_id, fatal=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user