[downloader/http] Simplify
[youtube-dl] / youtube_dl / extractor / mdr.py
index 271dccf537e9ad5d7aa99e0eba18b7bac19e52e0..5fdd19027db3ccad0265601b8d88452a0eaac525 100644 (file)
@@ -3,14 +3,11 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
 
 
 class MDRIE(InfoExtractor):
     _VALID_URL = r'^(?P<domain>https?://(?:www\.)?mdr\.de)/(?:.*)/(?P<type>video|audio)(?P<video_id>[^/_]+)(?:_|\.html)'
-    
+
     # No tests, MDR regularily deletes its videos
     _TEST = {
         'url': 'http://www.mdr.de/fakt/video189002.html',