aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/googlesearch.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/googlesearch.py')
-rw-r--r--youtube_dl/extractor/googlesearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/googlesearch.py b/youtube_dl/extractor/googlesearch.py
index 469e1f935..498304cb2 100644
--- a/youtube_dl/extractor/googlesearch.py
+++ b/youtube_dl/extractor/googlesearch.py
@@ -4,7 +4,7 @@ import itertools
import re
from .common import SearchInfoExtractor
-from ..utils import (
+from ..compat import (
compat_urllib_parse,
)