Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / theplatform.py
index e2653d62dc8c288ce8e58e5bfda52793aef7cfaf..af6ef0033af061713d81785734381a6beffc2c6d 100644 (file)
@@ -4,8 +4,10 @@ import re
 import json
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_str,
+)
+from ..utils import (
     determine_ext,
     ExtractorError,
     xpath_with_ns,