-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searching broken for custom client (should be an easy fix) #104
Comments
This not only affects this custom client, but also the 1.4.20 (and possibly earlier) versions of the official YouTube app (although with mFeedMap.put(YouTubeUrlType.SEARCH, new FeedInfo(appendCountryRestriction("proxy/feeds/api/videos?vq=%1$s&format=2"))); (code from a decompiled APK) |
Can you give us a photo |
I changed all mentions of "req.query.q" in yt2009 to "req.query.vq" and that fixed it. |
I am using an old app that should work with this service, but it is using a different way to search.
it searches for /feeds/api/videos?vq=test&start-index=1&max-results=10
The v in ?vq breaks the searching. I was able to setup a crude proxy to edit the html on the fly to remove the v and after a few attempts I was able to view results on the app (my proxy was very slow for some reason and it kept timing out.)
I'm sorry I can't really read code so I was unable to find where I could add this. If you don't want to add this to the repo could you atleast guide me where to look?
Here is some proof that it's not a mistake on the apps end.
https://web.archive.org/web/20100208214639/http://code.google.com/apis/youtube/migration.html
The text was updated successfully, but these errors were encountered: