From d25d10fcf94deb579406b453988b72a61bdee00b Mon Sep 17 00:00:00 2001 From: sy-b <94835959+sy-b@users.noreply.github.com> Date: Thu, 11 Aug 2022 09:15:09 +0100 Subject: Dislike formula inverted -> Correction resolves Anarios/return-youtube-dislike/issues/725 --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index d539b4f..e8b36ab 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -40,7 +40,7 @@ RYD uses the votes from it's users to extrapolate the dislike count. - If the video was uploaded after the API was shut down: - $$ \textup{RYD Dislike Count} = \left( \frac{\textup{RYD Users Like Count}}{\textup{RYD Users Dislike Count}} \right) \times \textup{Public Like Count} $$ + $$ \textup{RYD Dislike Count} = \left( \frac{\textup{RYD Users Dislike Count}}{\textup{RYD Users Like Count}} \right) \times \textup{Public Like Count} $$ - If the RYD database somehow had the actual like and dislike count (provided by the uploader or from the archive), the dislike count will be calculated based on both - the users' votes and the archived value. The archived value will have less influence on the final count as it ages. -- cgit v1.2.3