diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-11 10:48:20 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-11 10:48:20 +0100 |
commit | 6a5fa754903370c8e522cb3c85fd1952c1d9ff9c (patch) | |
tree | 319e0dd063538b7dd71c5926a6d6f88af1d34f1b /youtube_dl/extractor/karaoketv.py | |
parent | 8ad6b5ed9f90e07fb2847b38818d1352c71fcb18 (diff) |
[karaoketv] Remove unused import
Diffstat (limited to 'youtube_dl/extractor/karaoketv.py')
-rw-r--r-- | youtube_dl/extractor/karaoketv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/karaoketv.py b/youtube_dl/extractor/karaoketv.py index 4856200d8..e3b43ff8d 100644 --- a/youtube_dl/extractor/karaoketv.py +++ b/youtube_dl/extractor/karaoketv.py @@ -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, ) |