aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ntvde.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ntvde.py')
-rw-r--r--hypervideo_dl/extractor/ntvde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/ntvde.py b/hypervideo_dl/extractor/ntvde.py
index 101a537..035582e 100644
--- a/hypervideo_dl/extractor/ntvde.py
+++ b/hypervideo_dl/extractor/ntvde.py
@@ -62,7 +62,7 @@ class NTVDeIE(InfoExtractor):
m3u8_url = compat_urlparse.urljoin('http://video.n-tv.de', vdata['videoM3u8'])
formats.extend(self._extract_m3u8_formats(
m3u8_url, video_id, ext='mp4', entry_protocol='m3u8_native',
- preference=0, m3u8_id='hls', fatal=False))
+ quality=1, m3u8_id='hls', fatal=False))
self._sort_formats(formats)
return {