View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#1179
Originally Posted by Android_808 View Post
It might be the results are affected by quotes. On my Sony TV, entering a term without quotes seems to automatically wrap the request in quotes so to recreate on cuteTube I have to add them manually.
cuteTube adds quotes:

Code:
url.addQueryItem("q", QString("\"%1\"|%2").arg(query).arg(query.simplified().replace(' ', '+')));
They are double quotation marks, but it doesn't seem to matter.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 3 Users Say Thank You to marxian For This Useful Post: