X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgooglesearch.py;h=498304cb2bd9b605d44e67291a2f38bf4481a6f8;hb=88ed52aec9f2e622188f304d74f2f5568b0caa1e;hp=469e1f9357eaf66ef48b3bed6c3d464c48f2b5dc;hpb=829476b80a86819c79511f60f4fc25f09ab186b7;p=youtube-dl 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, )