SponsorBlockServer
SponsorBlockServer copied to clipboard
Skip YouTube video sponsors (server side portion)
This is a continuation of #390 so it has commits from that too. In this PR: - Merging the `Request` type into `APIRequest` simplifying the request interface. - Improving performance
https://github.com/pksilen/validated-types
Most reputation calculations for crowdsourced projects work better with more data. Here are a few data points that could be stored to enable a future change in how SponsorBlock calculates...
# TL;DR I propose to switch to [OpenAPI](https://www.openapis.org/) (fka Swagger) for API documentation. I am willing to contribute to this effort, but we need to discuss if and how this...
It would be nice if there was a feature in place where "trusted users" (Either defined by manually assigned VIP status or based on reputation and registration time) are allowed...
Currently, the server responds with plain text English for errors (and without the Accept header should continue to do so for backwards compatibility). I propose standardising error responses like so:...
For old submissions, they can start with the current votes in the upvotes column and 0 in downvotes. Things to consider: Should the votes column remain for backwards compatibility with...
This is using up a lot of CPU
- New users submissions are hidden by default with a new column (not shadowHidden) - Every submission, check if there are submissions by other approved users that are 95% similar...