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-06-08 14:30:13 +0300
committerGitHub <noreply@github.com>2022-06-08 14:30:13 +0300
commitca751cde9159f576016f98ae45fdc82613f73b1d (patch)
treef5800ebe9fb2d164c36e3472c24d28b152ae4022 /Docs
parent1747a7b568523998c885c730d518a1c4f3a71a19 (diff)
Fixed tex
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 b8d6d8b..b8b41b4 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -25,7 +25,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:
- $$ RYD \ \ Dislike \ \ Count = ( { RYD \ \ Users \ \ Like \ \ Count \over RYD \ \ Users \ \ Dislike \ \ Count} ) * Public \ \ Like \ \ Count $$
+ $$ \textup{RYD Dislike Count} = \left( \frac{\textup{RYD Users Like Count}}{\textup{RYD Users Dislike 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.