diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py index 9538439e1..0547e1681 100644 --- a/youtube_dl/extractor/fc2.py +++ b/youtube_dl/extractor/fc2.py @@ -11,7 +11,6 @@ from ..compat import ( compat_urlparse, ) from ..utils import ( - ExtractorError, sanitized_Request, urlencode_postdata, )