Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / crunchyroll.py
index d7e2b841e10856cadf0526fe8ff6d4c280dc0dae..8f1ea02e74466ac4999356267eebedffe2f62daa 100644 (file)
@@ -10,10 +10,12 @@ import xml.etree.ElementTree
 from hashlib import sha1
 from math import pow, sqrt, floor
 from .subtitles import SubtitlesInfoExtractor
-from ..utils import (
-    ExtractorError,
+from ..compat import (
     compat_urllib_parse,
     compat_urllib_request,
+)
+from ..utils import (
+    ExtractorError,
     bytes_to_intlist,
     intlist_to_bytes,
     unified_strdate,