From: Flavio Tordini Date: Tue, 21 Jul 2009 21:03:03 +0000 (+0200) Subject: Suggestions from YouTube data, not Google search X-Git-Tag: 0.5~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dfb691390aa1b0e5bdc21315682c7e5de8bfdb09;p=minitube Suggestions from YouTube data, not Google search --- diff --git a/src/googlesuggest.cpp b/src/googlesuggest.cpp index 0ad1932..87b0b1a 100644 --- a/src/googlesuggest.cpp +++ b/src/googlesuggest.cpp @@ -1,7 +1,7 @@ #include "googlesuggest.h" #include "networkaccess.h" -#define GSUGGEST_URL "http://suggestqueries.google.com/complete/search?output=toolbar&hl=%1&q=%2" +#define GSUGGEST_URL "http://suggestqueries.google.com/complete/search?ds=yt&output=toolbar&hl=%1&q=%2" namespace The { NetworkAccess* http();