diff options
Diffstat (limited to 'hypervideo_dl/extractor/massengeschmacktv.py')
-rw-r--r-- | hypervideo_dl/extractor/massengeschmacktv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/massengeschmacktv.py b/hypervideo_dl/extractor/massengeschmacktv.py index cfcc6b2..b381d31 100644 --- a/hypervideo_dl/extractor/massengeschmacktv.py +++ b/hypervideo_dl/extractor/massengeschmacktv.py @@ -67,7 +67,7 @@ class MassengeschmackTVIE(InfoExtractor): 'vcodec': 'none' if format_id.startswith('Audio') else None, }) - self._sort_formats(formats, ('width', 'height', 'filesize', 'tbr')) + self._sort_formats(formats) return { 'id': episode, |