]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/mdr.py
[vevo] The title in the url is optional (fixes #3020)
[youtube-dl.git] / youtube_dl / extractor / mdr.py
index 271dccf537e9ad5d7aa99e0eba18b7bac19e52e0..1b8c4a32edf5d269b1e9bb9db366487ef2fba981 100644 (file)
@@ -3,9 +3,6 @@ from __future__ import unicode_literals
 import re
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-)
 
 
 class MDRIE(InfoExtractor):