Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / youporn.py
index d9c06a2ee6d934391560b6ca7db4ebecf40ff1d0..107c9ac36e4f4f48bd768567e4399af15fd07743 100644 (file)
@@ -6,10 +6,11 @@ import re
 import sys
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse_urlparse,
     compat_urllib_request,
-
+)
+from ..utils import (
     ExtractorError,
     unescapeHTML,
     unified_strdate,