Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / bambuser.py
index 1ca0b7cf2bf78717fd45a11d17e3cce7e5191b9b..98e1443ab0c3d380737f34be2c67fa760e08a221 100644 (file)
@@ -5,7 +5,7 @@ import json
 import itertools
 
 from .common import InfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_request,
 )