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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/FAQ.md b/Docs/FAQ.md
index 8efc8c9..d539b4f 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -1,11 +1,13 @@
Read this in other languages: [Français](FAQfr.md)
# 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.
@@ -13,6 +15,7 @@ We save all available data to our DB for it to be available after Google shuts d
<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.
@@ -20,11 +23,13 @@ Yeah, it's not ideal, but it is what it is. Working on improving how often we ca
<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>
@@ -52,4 +57,5 @@ This in video form
<br>
## I have security / privacy concerns
+
See [this page](SECURITY-FAQ.md) for more info.