projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b39eab7
)
[atresplayer] Skip HLS completely (Closes #8261)
author
Sergey M․
<dstftw@gmail.com>
Sun, 17 Jan 2016 16:14:07 +0000
(22:14 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 17 Jan 2016 16:14:07 +0000
(22:14 +0600)
youtube_dl/extractor/atresplayer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/atresplayer.py
b/youtube_dl/extractor/atresplayer.py
index 3fb042cea4bfa68f0624cadf9e65e2d9e27c3c4a..b8f9ae005fbb0ab41589258886b8342eba0ac288 100644
(file)
--- a/
youtube_dl/extractor/atresplayer.py
+++ b/
youtube_dl/extractor/atresplayer.py
@@
-132,11
+132,6
@@
class AtresPlayerIE(InfoExtractor):
})
formats.append(format_info)
- m3u8_url = player.get('urlVideoHls')
- if m3u8_url:
- formats.extend(self._extract_m3u8_formats(
- m3u8_url, episode_id, 'mp4', 'm3u8_native', m3u8_id='hls', fatal=False))
-
timestamp = int_or_none(self._download_webpage(
self._TIME_API_URL,
video_id, 'Downloading timestamp', fatal=False), 1000, time.time())