Benjamin-Loison / YouTube-operational-API

YouTube operational API works when YouTube Data API v3 fails.
401 stars 52 forks source link

Are top-right notifications received in realtime? #260

Closed Benjamin-Loison closed 8 months ago

Benjamin-Loison commented 8 months ago

I.e. without refreshing the webpage?

If so maybe there is a simple web-scraping to proceed to.

Would also benefit my OC3K YouTube push notification callback.

Benjamin-Loison commented 8 months ago

No, I had opened:

None have been updated when thanks to YouTube push notification I have been notified that a new video has been published and I verified with another loaded for this purpose https://www.youtube.com that I noticed the notification.

In the 3 situations above if click on the notification bell then have the new entry. Note this has been done with uBlock. Maybe a response with the new entry is received but not shown without interaction but I doubt so. In the three cases only requests to RotateCookies and generate_204 are performed and when click on the notification a request to get_notification_menu is done.

Benjamin-Loison commented 8 months ago

So no the top-right notifications are not received in realtime.