[rutube] Remove unnecessary print

This commit is contained in:
Sergey M․ 2015-11-22 18:24:17 +06:00
parent 1b38185361
commit 4a7d108ab3
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ class RutubeIE(InfoExtractor):
formats = []
for format_id, format_url in options['video_balancer'].items():
ext = determine_ext(format_url)
print(ext)
if ext == 'm3u8':
m3u8_formats = self._extract_m3u8_formats(
format_url, video_id, 'mp4', m3u8_id=format_id, fatal=False)