projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b38185
)
[rutube] Remove unnecessary print
author
Sergey M․
<dstftw@gmail.com>
Sun, 22 Nov 2015 12:24:17 +0000
(18:24 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 22 Nov 2015 12:24:17 +0000
(18:24 +0600)
youtube_dl/extractor/rutube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rutube.py
b/youtube_dl/extractor/rutube.py
index 0db8c410dec825c1d862c61f590dadbc6bb9303f..6b09550b01d19b76484adb3301ec2a56156b5b1f 100644
(file)
--- a/
youtube_dl/extractor/rutube.py
+++ b/
youtube_dl/extractor/rutube.py
@@
-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)