Gaeriel

Results 5 comments of Gaeriel

For me, what almost always gives me good results, is max(LtV,LtC) with the constants you're using now. Other constants might give better results, but I don't know how to test...

> However I don't understand how it gets dislike count, I'm not programmer. It looks like he uses the API to get it, so it won't work after December 13

I found this on r/youtube : https://old.reddit.com/r/youtube/comments/qtyn45/i_coded_a_userscript_to_restore_the_dislike/?ref=share&ref_source=link He claims an almost 100% accuracy of reproducing the dislike count, but his code is obfuscated, so I have no idea how he...

I'm skeptical too and I don't trust obfuscated code. I can think of no way of testing if it works without the dislike info in the API response, except for...

he deobfuscated it :) https://textbin.net/8iyxfntpaa Ok, so apparently there's still a ratio available on the page for the video: document.querySelector("ytd-app").data.playerResponse.videoDetails.averageRating He calculates the dislikes using that ratio and this formula:...