projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f7abf
)
[ted] Skip hls quality selection format
author
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 16:04:42 +0000
(22:04 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 20 Apr 2015 16:04:42 +0000
(22:04 +0600)
youtube_dl/extractor/ted.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/ted.py
b/youtube_dl/extractor/ted.py
index 8aa27d282069223a895d462c0e178fe5ae142e68..a48d77c309dcd1f9984cd0a6c71b7af574ca5498 100644
(file)
--- a/
youtube_dl/extractor/ted.py
+++ b/
youtube_dl/extractor/ted.py
@@
-198,6
+198,8
@@
class TEDIE(InfoExtractor):
hls_formats = self._extract_m3u8_formats(
resources.get('stream'), video_name, 'mp4', m3u8_id=format_id)
for f in hls_formats:
+ if f.get('format_id') == 'hls-meta':
+ continue
if not f.get('height'):
f['vcodec'] = 'none'
else: