removed unnecesary imports from extract/moviestorm.py
This commit is contained in:
parent
b7a1a296fb
commit
3ca77367f9
@ -9,9 +9,7 @@ from .common import InfoExtractor
|
|||||||
from ..utils import ExtractorError
|
from ..utils import ExtractorError
|
||||||
from ..compat import (
|
from ..compat import (
|
||||||
compat_html_parser,
|
compat_html_parser,
|
||||||
compat_urllib_parse,
|
compat_urlparse
|
||||||
compat_urllib_request,
|
|
||||||
compat_urlparse,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
class MovieStormHTMLParser(compat_html_parser.HTMLParser):
|
class MovieStormHTMLParser(compat_html_parser.HTMLParser):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user