aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/dw.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/dw.py')
-rw-r--r--hypervideo_dl/extractor/dw.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/dw.py b/hypervideo_dl/extractor/dw.py
index 6eaee07..9c4a08e 100644
--- a/hypervideo_dl/extractor/dw.py
+++ b/hypervideo_dl/extractor/dw.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
int_or_none,
@@ -65,7 +62,6 @@ class DWIE(InfoExtractor):
transform_source=lambda s: s.replace(
'rtmp://tv-od.dw.de/flash/',
'http://tv-download.dw.de/dwtv_video/flv/'))
- self._sort_formats(formats)
upload_date = hidden_inputs.get('display_date')
if not upload_date: