projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250eea6
)
[ruutu] Disable DASH formats (closes #12322)
author
Sergey M․
<dstftw@gmail.com>
Thu, 2 Mar 2017 16:53:46 +0000
(23:53 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 2 Mar 2017 16:53:46 +0000
(23:53 +0700)
Due to causing out of sync issue
youtube_dl/extractor/ruutu.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ruutu.py
b/youtube_dl/extractor/ruutu.py
index 20d01754a17998f90c64f33cf76693028dd57103..6c09df25a07de17dfb29ead61bd1464e72a1c36a 100644
(file)
--- a/
youtube_dl/extractor/ruutu.py
+++ b/
youtube_dl/extractor/ruutu.py
@@
-82,6
+82,9
@@
class RuutuIE(InfoExtractor):
formats.extend(self._extract_f4m_formats(
video_url, video_id, f4m_id='hds', fatal=False))
elif ext == 'mpd':
+ # video-only and audio-only streams are of different
+ # duration resulting in out of sync issue
+ continue
formats.extend(self._extract_mpd_formats(
video_url, video_id, mpd_id='dash', fatal=False))
else: