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:
authorsy-b <94835959+sy-b@users.noreply.github.com>2022-04-16 04:46:27 +0300
committerGitHub <noreply@github.com>2022-04-16 04:46:27 +0300
commit237997c565f0d284ae4d6b30033fcd29865c7386 (patch)
treead9aa6630f9d54f529ab4e17dd374c47e3292e62 /Website/pages/faq.vue
parent2e6ed5298b7851b7ea84dcfa298167689f516496 (diff)
FAQ - improve accuracy of count && minor typo fix
Diffstat (limited to 'Website/pages/faq.vue')
-rw-r--r--Website/pages/faq.vue7
1 files changed, 6 insertions, 1 deletions
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 1df8900..5fbecd5 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -36,7 +36,7 @@ export default {
{
question: "Where does the extension get its data?",
answer:
- "A combination of archived data from before the offical YouTube dislike API shut down, and extrapolated extension user behavior.",
+ "A combination of archived data from before the official YouTube dislike API shut down, and extrapolated extension user behavior.",
},
{
question: "Why isn't the dislike count updating?",
@@ -44,6 +44,11 @@ export default {
"Right now video dislikes are cached and they aren't updated very frequently. It varies depending on a video's popularity but can take anywhere between a few hours and a few days to update.",
},
{
+ question: "Why is the dislike count on my videos inaccurate?",
+ answer:
+ "Extrapolated data tends to get better with the increase in diversity and the quantity of voters. \nTo ensure and increase the accuracy of the extrapolated vote data for your videos, you can ask your viewers to uses this extension (or any app that submits votes to returnyoutubedislikeapi.com) ",
+ },
+ {
question: "How does this work?",
answer:
"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. The extension then displays the dislike count and ratio on the page. If you like or dislike a video, that is recorded and sent to the database so an accurate dislike count can be extrapolated.",