From 57f9aafeefba3e58e2765f67de5a166d124adca4 Mon Sep 17 00:00:00 2001 From: Alex Seiler Date: Fri, 27 May 2016 00:38:59 +0200 Subject: [PATCH] [blick] Do not remove the 'formats' entry, which contains a .m3u8 file for multiple version of the video. --- youtube_dl/extractor/blick.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/youtube_dl/extractor/blick.py b/youtube_dl/extractor/blick.py index d57ed4f75..566b3969c 100644 --- a/youtube_dl/extractor/blick.py +++ b/youtube_dl/extractor/blick.py @@ -84,10 +84,6 @@ class BlickIE(InfoExtractor): self._sort_formats(entry_info_dict['formats']) - # Remove entries containing a url to an index.m3u8 file - cleaned_formats = [x for x in entry_info_dict['formats'] if x.get('format_id') != 'meta'] - entry_info_dict['formats'] = cleaned_formats - duration_found = False duration = None attr = ''