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
diff options
context:
space:
mode:
authorDmitrii Selivanov <selivano.d@gmail.com>2022-11-10 17:11:40 +0300
committerGitHub <noreply@github.com>2022-11-10 17:11:40 +0300
commit9fd876fb43841cf69e781042c43e9f732d850c2a (patch)
treec23328728001400c0fe39c3930325cb4d23768f6
parent2ef6c9b014c45e150a5c8d97091f4e6047e9a921 (diff)
parentd25d10fcf94deb579406b453988b72a61bdee00b (diff)
Merge pull request #726 from sy-b/patch-1
Dislike formula inverted -> Correction
-rw-r--r--Docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/FAQ.md b/Docs/FAQ.md
index 73ca83b..feef01e 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -40,7 +40,7 @@ RYD uses the votes from its 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.