aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/arte.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/arte.py')
-rw-r--r--youtube_dlc/extractor/arte.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/arte.py b/youtube_dlc/extractor/arte.py
index ca41aaea9..5b38b20dd 100644
--- a/youtube_dlc/extractor/arte.py
+++ b/youtube_dlc/extractor/arte.py
@@ -150,7 +150,6 @@ class ArteTVIE(ArteTVBaseIE):
format = {
'format_id': format_id,
- 'preference': -10 if f.get('videoFormat') == 'M3U8' else None,
'language_preference': lang_pref,
'format_note': '%s, %s' % (f.get('versionCode'), f.get('versionLibelle')),
'width': int_or_none(f.get('width')),