logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 6a5fa754903370c8e522cb3c85fd1952c1d9ff9c
parent 8ad6b5ed9f90e07fb2847b38818d1352c71fcb18
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 11 Jan 2015 10:48:20 +0100

[karaoketv] Remove unused import

Diffstat:

Myoutube_dl/extractor/karaoketv.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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, )