aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/sportdeutschland.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/sportdeutschland.py')
-rw-r--r--youtube_dl/extractor/sportdeutschland.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/sportdeutschland.py b/youtube_dl/extractor/sportdeutschland.py
index abb827783..2f57f5b7c 100644
--- a/youtube_dl/extractor/sportdeutschland.py
+++ b/youtube_dl/extractor/sportdeutschland.py
@@ -4,8 +4,10 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
compat_urllib_request,
+)
+from ..utils import (
parse_iso8601,
)
@@ -93,4 +95,3 @@ class SportDeutschlandIE(InfoExtractor):
'rtmp_live': asset.get('live'),
'timestamp': parse_iso8601(asset.get('date')),
}
-