]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/karaoketv.py
[npo:radio] Move to extractor to common npo place and add extractor for fragments
[youtube-dl.git] / youtube_dl / extractor / karaoketv.py
index 4856200d8053ce9d1058b837cc294090bcb9ed3e..e3b43ff8dbfec5e065aa069a0fb140dcfb5822c9 100644 (file)
@@ -4,7 +4,6 @@ from __future__ import unicode_literals
 from .common import InfoExtractor
 from ..compat import compat_urllib_parse
 from ..utils import (
-    ExtractorError,
     js_to_json,
 )