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:
authormodifiedAlex <75803920+GeneticallyModifiedAlex@users.noreply.github.com>2022-01-04 01:04:54 +0300
committerGitHub <noreply@github.com>2022-01-04 01:04:54 +0300
commit406c33f9b3ac3f4037b92a2ed7102ce821c3c0bc (patch)
treef03cf417b4d2425cc4180cde5add16060dbd0708 /README.md
parent28d25ccd272f7f46b448433a4b39186295233fdf (diff)
parent4a8a36a4da02d85d35d16dea3bbe3e3efcf36bbc (diff)
Merge branch 'main' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index d2475dc..fcd816b 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,12 @@ With the removal of dislike stats from the YouTube API, our backend switched to
You can learn more at our website at: [returnyoutubedislike.com](https://www.returnyoutubedislike.com/)
+
## API documentation
Third-party use of this open API is allowed with the following restrictions:
+
- **Attribution**: This project should be clearly attributed with either a link to this repo or a link to [returnyoutubedislike.com](https://returnyoutubedislike.com/).
- **Rate Limiting**: There are per client rate limits in place of 100 per minute and 10'000 per day. This will return a *429* status code indicating that your application should back off.
@@ -62,17 +64,18 @@ Example to get votes of a given YouTube video ID:
}
```
+
None existing YouTube ID will return status code *404* "Not Found".
Wrong formed YouTube ID will return *400* "Bad Request".
-You can view all documentation on our website.
-[https://returnyoutubedislike.com/documentation/](https://returnyoutubedislike.com/documentation/)
-## HELP WANTED
-We have an issue that is happening to a low percentage of Chrome users. Service worker (ex background script) goes to Inactive state and doesn't wake up even when youtube tab is reopened. Only switching the extension off and on in your extensions tab will help. This looks like a Chrome manifestv3 bug - so if anyone knows of a good workaround - please open an issue\create a PR.
+<!---
+## API documentation
+
+You can view all documentation on our website.
+[https://returnyoutubedislike.com/documentation/](https://returnyoutubedislike.com/documentation/) -->
-Looks like it's [this bug in chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1271154), and there is no good workaround. If anyone is aware of a workaounds - please contact.
## Contributing