Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / livestream.py
index 03c4691c6abb6794557a7d83b30fce49a2a2e4e7..5247c6f58500e301dab50ed48039df0c070b493a 100644 (file)
@@ -4,10 +4,12 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_str,
     compat_urllib_parse_urlparse,
     compat_urlparse,
+)
+from ..utils import (
     ExtractorError,
     find_xpath_attr,
     int_or_none,