Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorsy-b <94835959+sy-b@users.noreply.github.com>2022-08-11 11:15:09 +0300
committerGitHub <noreply@github.com>2022-08-11 11:15:09 +0300
commitd25d10fcf94deb579406b453988b72a61bdee00b (patch)
treea69713bd2b7cf5510ebaccae5f1c1038ec440ed4 /Docs
parent6277868ac7d8749df8c8305979dfcb72e2394264 (diff)
Dislike formula inverted -> Correction
resolves Anarios/return-youtube-dislike/issues/725
Diffstat (limited to 'Docs')
-rw-r--r--Docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
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.