projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c22e9
)
[atresplayer] Do not extract ISM formats
author
Sergey M․
<dstftw@gmail.com>
Sat, 25 Mar 2017 14:40:28 +0000
(21:40 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 25 Mar 2017 14:40:54 +0000
(21:40 +0700)
As per @remitamine: the ISM downloader does not support videos served from wowza servers(it will produce broken files)
youtube_dl/extractor/atresplayer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/atresplayer.py
b/youtube_dl/extractor/atresplayer.py
index ffac9df0e2f7d65692b9addec21cffd208daa3e0..bfda1e24e5fd72c212c1128807fcead9c83a81fc 100644
(file)
--- a/
youtube_dl/extractor/atresplayer.py
+++ b/
youtube_dl/extractor/atresplayer.py
@@
-167,8
+167,6
@@
class AtresPlayerIE(InfoExtractor):
formats.extend(self._extract_mpd_formats(
video_url_hd[:-9] + '/manifest.mpd', video_id, mpd_id='dash',
fatal=False))
- formats.extend(self._extract_ism_formats(
- video_url_hd, video_id, ism_id='mss', fatal=False))
self._sort_formats(formats)
path_data = player.get('pathData')