From 5122028a4bcac4ae577ef7fbd55ccad5cb34ef5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 18 Oct 2021 15:24:21 -0500 Subject: update from upstream --- hypervideo_dl/extractor/ntvde.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_dl/extractor/ntvde.py') 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 { -- cgit v1.2.3