X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Fgooglesearch.py;h=498304cb2bd9b605d44e67291a2f38bf4481a6f8;hb=06e4874c997fb523bd9d8e675d1ec0e69ab501ed;hp=469e1f9357eaf66ef48b3bed6c3d464c48f2b5dc;hpb=cf372f0778e82cdc181a6173909589e640ac29fb;p=youtube-dl.git 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, )