-
Notifications
You must be signed in to change notification settings - Fork 147
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
Implement /proxy/
requests for YouTube 1.4.20 support
#106
Comments
/proxy/
requests for YouTube 1.4.20 support/proxy/
requests for YouTube 1.4.20 support
Can i see photo for post request on home? |
what android version are you using to test this apk? if below 2.3, is it virtualized? in the meanwhile, in the 1.4.20 apk there seem to be a lot of references to a snippet from FeedConnectionManager from 1.4.20:
|
1.6. I am testing this on the HTC Tattoo. |
I need a photo for proof |
you obviously want it only to post it somewhere else, please stop spamming the repo with this stuff |
Im sorry |
that makes more sense. i'm sorry, but as of now, i don't have any android 1.6 (and below) devices to test old apks with, and the first version of youtube to work on newer android versions is 1.6.21. emulators have proven problematic in such old android versions, as i have tried going that route too. i can't say that there is no hope, but probably nothing too high priority as long as i don't have a setup to test those apks. |
I have successfully set up yt2009 on my server and tried to patch the latest YouTube APK for Android 1.5/1.6, which is 1.4.20.
On the homepage, it makes a POST request to
/proxy/ytbt
, which isn't currently implemented. In the body, it seems to be merging multiple requests into one.There is also mentions of
/proxy/feeds/api/
endpoints in the APK code. Maybe we can further decompile the APK and see what data it is expecting to get.The text was updated successfully, but these errors were encountered: