From dfb691390aa1b0e5bdc21315682c7e5de8bfdb09 Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Tue, 21 Jul 2009 23:03:03 +0200 Subject: [PATCH] Suggestions from YouTube data, not Google search --- src/googlesuggest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5