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:
authorKenny <27463495+Frontesque@users.noreply.github.com>2022-02-20 20:44:14 +0300
committerGitHub <noreply@github.com>2022-02-20 20:44:14 +0300
commit00e4749759dc8f73b93eb6380b37f34912e87f52 (patch)
treee4fb4bf443b90c2e06eb8c3876ff2f1740f5de15 /Website/pages/faq.vue
parentba88448bf4871be5f77bb5bad5fd6294ed865c32 (diff)
this has been mostly updated to match #faq from the discord.
Diffstat (limited to 'Website/pages/faq.vue')
-rw-r--r--Website/pages/faq.vue10
1 files changed, 9 insertions, 1 deletions
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 49b8fde..9533754 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -13,7 +13,7 @@
<v-expansion-panel-content class="text-left">
<hr style="border-color: #444" />
<br />
- {{ item.answer }}
+ <span v-html="item.answer" />
</v-expansion-panel-content>
</v-expansion-panel>
</v-expansion-panels>
@@ -60,6 +60,14 @@ export default {
answer:
"The extension only collects data that is strictly necessary for it to function properly, such as IP address or ID of the video you're watching. None of your data will ever be sold to 3rd parties. If you would like to know more about how we handle security and privacy check out our [add link here to security-faq.md]",
},
+ {
+ question: "How does the API/Backend work?",
+ answer: "The backend is using archived data from when the youtube api was still returning the dislike count, extension users like/discount count and extrapolation. In the near future we will be allowing content creators to submit their dislike count easily and safely and we will be adding ArchiveTeam's archived data (4.56 billion videos) into our current database. <a href='https://www.youtube.com/watch?v=GSmmtv-0yYQ'>You can also view a video on the topic.</a>",
+ },
+ {
+ question: "Why does the dislike count show 'DISLIKES DISABLED'?",
+ answer: "At the time of writing we aren't showing dislikes for videos that disabled their likes and dislikes count. The extension displays 'DISLIKES DISABLED' for these videos. We will be showing dislikes on all videos soon, this is just a temporary workaround so people don't think the extension is broken (which isn't working well). Sometimes a recently uploaded video might show 'DISLIKES DISABLED' even if the creator hasn't disabled it, this is due to how we are detecting if dislikes are disabled, it should go away in a few hours or by liking or disliking the video and refreshing the page (hopefully).",
+ },
],
}),
};