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:
Diffstat (limited to 'Docs/FAQ.md')
-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.