pgamerx/yt-dislikes-viewer

Does it show the correct dislike values?

Closed this issue · 3 comments

qo4on commented

As far as I can see, your run() uses the old dislike value from your server, if it exists there. Thus, the user sees this old dislike value in this case. Also, I have not found where you update the existing values in the database.
Disabling the dislikes will greatly reduce the number of people who want to put them up. So, it makes no sense to collect dislikes. If Google does not allow to get the dislikes through their api maybe a better substitute would be likes count/views count?

Hi there, the method you are stating isn't reliable for controversial videos to say the least

qo4on commented

Of course it's not perfect. But it's the best we can do in the absence of dislikes.

Of course it's not perfect. But it's the best we can do in the absence of dislikes.

I am going to integrate Sponsorblock as I mentioned in #10.
Till that time I have my own API that archives all the dislikes count and fetch them everyday (10k daily).