[rutube] Remove unnecessary print
This commit is contained in:
parent
1b38185361
commit
4a7d108ab3
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue