Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes
https://returnyoutubedislike.com/
GNU General Public License v3.0
12.62k stars 565 forks source link

(Bug): Livestrams: Like/Dislike bar is not updating with current Likes/Dislikes #506

Open Dgrif12 opened 2 years ago

Dgrif12 commented 2 years ago

Browser

Opera GX

Browser Version

LVL 3 (core: 83.0.4254.70)

Extension or Userscript?

Extension

Extension/Userscript Version

v2.1.0.3

Video link where you see the problem

https://www.youtube.com/watch?v=c6pYG0olgEI

What happened?

image The like bar shows 182 likes whereas the current likes sit around 11K. This could be either a YouTube issue or a Return YT Dislike issue.

How to reproduce/recreate?

Visit a video or livestream. Allow time for likes to accumulate. Likes update, dislikes? Like/Dislike bar does not update.

cyrildtm commented 2 years ago

This extension pulls dislike data at the time you load a web page. That means counters for live streams are not updated automatically.

For now, refresh the page to see latest numbers.

If detecting live streams is possible, we can add a feature to periodically refresh dislikes for live streams only. But that puts more stress on the server. Not sure if it's worth it.