Benjamin Loison
Benjamin Loison
In comparison with #81, here we can still hope to do something maybe by just using pagination (as the scheduled premieres at least are always at the end of the...
As both *premieres* and *upcoming live streams* are located in two different tabs (screenshot would have been appreciated), maybe not using a single endpoint would make sense, as ideally the...
@dejan94it Be aware that retrieving past livestreams is for the moment out-of-scope of my API, as it's possible to retrieve them using [YouTube Data API v3](https://developers.google.com/youtube/v3) [PlaylistItems: list](https://developers.google.com/youtube/v3/docs/playlistItems/list) ([this way](https://stackoverflow.com/a/74579030))...
Could make a new version with `part`s being the webpages instead of their features or could implement #28. Could also consider implementing [`fields`](https://developers.google.com/youtube/v3/getting-started#fields) (may have mentioned this in another issue).
[Here](https://discord.com/channels/933841502155706418/933841503103627316/1151696290980306974) is an example of YouTube data structure change providing more data going from an element to an array, how should we deal with that? Should we: - break current...
Following [this comment](https://stackoverflow.com/questions/74622099/how-to-access-licensed-content-included-in-a-video-using-the-youtube-api/74652266?noredirect=1#comment136515415_74652266), as I had once the licenses returned while all the other times not, the question was do a given YouTube server (identified by its IP) has a...
Tried hand crafted: ```bash clear && curl -s -v 'https://www.youtube.com/watch?v=Ehoe35hTbuY' -H 'Cookie: __Secure-BUCKET=CPsB; YSC=skqAukUZG7c; __Secure-YEC=CgtGcWc1SmhiQk9FTSid2qqqBjIICgJGUhICEgA%3D; VISITOR_PRIVACY_METADATA=CgJGUhICEgA%3D; VISITOR_INFO1_LIVE=; CONSENT=PENDING+159' | grep 'SonyATV' ``` minimized it to: ```bash $ minimizeCURL curl.txt 'SonyATV'...
This shows that possibly storing `__Secure-YEC` today, can make the API last tomorrow. So should in addition to HTML response, store all meta-HTML (notably response cookies), example in [this commit...
Thank you for letting me know about BountySource mess! Until I find a plateform to automatize the process, don't hesitate to [contact me on Element or Discord](https://github.com/Benjamin-Loison/YouTube-operational-API/blob/f02e025bff6a38b40331611d97c03e82adc9701a/README.md#contact) if you're interested...
Related to [Improve_websites_thanks_to_open_source/issues/957](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/957).