Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / googlesearch.py
index 469e1f9357eaf66ef48b3bed6c3d464c48f2b5dc..498304cb2bd9b605d44e67291a2f38bf4481a6f8 100644 (file)
@@ -4,7 +4,7 @@ import itertools
 import re
 
 from .common import SearchInfoExtractor
-from ..utils import (
+from ..compat import (
     compat_urllib_parse,
 )