-
Notifications
You must be signed in to change notification settings - Fork 123
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
Custom API #55
Comments
i don't quite understand what you're talking about, do you mean an API for pulling stuff from yt2009? if so, while there isn't an official custom-format API for pulling data through yt2009, numerous official APIs were reimplemented over development to work with various parts of the website and apps. 1. gdata apithe gdata api is made to work with APKs but can be used if it fits your needs.
2. blazer apiblazer api is made to work with /mobile/blzr, but you may consider it as it returns JSON data.
3. console apiconsole api is used in XL and leanback. returns JSON data. all requests are GET.
4. flash playerflash players typically request 2 endpoints, both of which are available within yt2009.
|
@ftde0 oh I mean't like an API FOR yt2009 that would be adapted by the website owners. an yt2009 instance will make requests there and the website's API will return the data. |
hi! sorry for the late response, as of now that doesn't feel like something immediately needed but more ways to manage yt2009 could help instance owners, something like this - while time consuming and would probably hook into a lot of the existing code - could be a feature and will probably be a thing in the future. keeping open. |
ah okay, I was just wondering if I can start my own project with this functionality. |
You could always fork and create a pull request! |
Is there going to be an feature, where you can switch the website?? Like where you can switch to YouTube, and other websites that adapted yt2009 custom API. Like if I make my own clone, I will add the API that will work with yt2009.
The text was updated successfully, but these errors were encountered: