[vidto] Several simplifications and improvements
[youtube-dl] / youtube_dl / extractor / vimeo.py
index b608740b8ae542029ba49feeebb21ac403ec93fb..ca716c8f530326907986ceb17a427c0b28c1102e 100644 (file)
@@ -8,7 +8,6 @@ import itertools
 from .common import InfoExtractor
 from ..compat import (
     compat_HTTPError,
-    compat_urllib_parse,
     compat_urllib_request,
     compat_urlparse,
 )