From 252eb13277cfb2a6dd40d5ff6d16624a6f8e86aa Mon Sep 17 00:00:00 2001 From: playma Date: Fri, 27 Sep 2019 08:32:26 +0800 Subject: [PATCH] Remove useless import --- youtube_dl/extractor/fc2.py | 1 - 1 file changed, 1 deletion(-) 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, )