Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / tube8.py
index 64a1e903022a78fa3a2b15eeff5eed20afce568d..d73ad3762a1b455cfd4bc384c27e2dd85e776dde 100644 (file)
@@ -4,9 +4,11 @@ import json
 import re
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse_urlparse,
     compat_urllib_request,
+)
+from ..utils import (
     int_or_none,
     str_to_int,
 )