aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tagesschau.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tagesschau.py')
-rw-r--r--hypervideo_dl/extractor/tagesschau.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/tagesschau.py b/hypervideo_dl/extractor/tagesschau.py
index 6e03d0a..ea0532c 100644
--- a/hypervideo_dl/extractor/tagesschau.py
+++ b/hypervideo_dl/extractor/tagesschau.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import re
from .common import InfoExtractor
@@ -142,8 +139,6 @@ class TagesschauIE(InfoExtractor):
timestamp = video_info.get('timestamp')
title = title or video_info.get('description')
- self._sort_formats(formats)
-
return {
'id': display_id,
'title': title,