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:31:51 +0300
committerGitHub <noreply@github.com>2022-06-08 14:31:51 +0300
commitabbc09ce1bade2e58882ae5fb1d3fe3a65b33fe9 (patch)
tree7ed89c64c03d11138bdf3fcc62c402e54b1b7612 /Docs
parentca751cde9159f576016f98ae45fdc82613f73b1d (diff)
Spacing improved
Diffstat (limited to 'Docs')
-rw-r--r--Docs/FAQ.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Docs/FAQ.md b/Docs/FAQ.md
index b8b41b4..4a47957 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -1,24 +1,32 @@
# Frequently Asked Questions
## Before asking a question on GitHub or Discord, please refer to this.
+<br>
### **1. Where does this extension get the data?**
A Combination of Google APIs and scraped data.
We save all available data to our DB for it to be available after Google shuts down dislike counts in their API.
+<br>
### **2. Video dislike count doesn't update**
Right now video dislikes are cached, and aren't updated very frequenly. Once every 2-3 days, not more often.
Yeah, it's not ideal, but it is what it is. Working on improving how often we can update them.
+<br>
+
### **3. How does this work?**
The extension collects the video id of the video you are watching, fetches the dislike (and other fields like views, likes etc) using our API, if this is the first time the video was fetched by our API, it will use the YouTube API to get the data, then stores the data in a database for caching (cached for around 2-3 days) and archiving purposes and returns it to you. The extension then displays the dislikes to you.
+<br>
+
### **4. What will happen after the YouTube API stops returning the dislike count?**
The backend will switch to using a combination of archived dislike stats, estimates extrapolated from extension user data and estimates based on view/like ratios for videos whose dislikes weren't archived and for outdated dislike archives.
+<br>
+
### **5. How is the dislike count calculated?**
RYD uses the votes from it's users to extrapolate the dislike count.
@@ -29,6 +37,8 @@ RYD uses the votes from it's users to extrapolate the dislike 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.
+<br>
+
---
This in video form
@@ -37,5 +47,7 @@ This in video form
---
+<br>
+
## I have security / privacy concerns
See [this page](SECURITY-FAQ.md) for more info.