No description
Find a file
dependabot[bot] 8a71cf2de1
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 16:10:25 +00:00
.github Bump docker/build-push-action from 5 to 6 2024-06-17 16:10:25 +00:00
.gitignore Initial commit. 2022-06-17 20:54:45 +01:00
docker-compose.proxyless.yml Prepare for a proxyless mode. 2022-06-23 22:03:23 +01:00
docker-compose.yml Prepare for a proxyless mode. 2022-06-23 22:03:23 +01:00
Dockerfile Fix resource leak with http request response body & fix docker file (#16) 2024-04-27 14:30:35 +02:00
go.mod Initial commit. 2022-06-17 20:54:45 +01:00
go.sum Initial commit. 2022-06-17 20:54:45 +01:00
LICENSE Initial commit 2022-06-17 20:47:17 +01:00
main.go Fix resource leak with http request response body & fix docker file (#16) 2024-04-27 14:30:35 +02:00
README.md feat: add support for videoId query flags (#15) 2024-04-25 20:00:15 +02:00

RYD-Proxy

An open-source, non-logging proxy for the "Return YouTube Dislike" API server.

Only fetching the Dislike count is supported, and will ever be supported.

Requests are spoofed to look like how they would appear when using the Tor Browser with the official extension.

IPs are rotated every 2 minutes to avoid rate limiting.

Example Request

GET - /votes/dQw4w9WgXcQ

{"id":"dQw4w9WgXcQ","dateCreated":"2022-04-09T22:01:38.222268Z","likes":14589269,"dislikes":390375,"rating":4.8957585373858015,"viewCount":1232906190,"deleted":false}

GET - /votes?videoId=dQw4w9WgXcQ

{"id":"dQw4w9WgXcQ","dateCreated":"2022-04-09T22:01:38.222268Z","likes":14589269,"dislikes":390375,"rating":4.8957585373858015,"viewCount":1232906190,"deleted":false}

Why

https://github.com/Anarios/return-youtube-dislike/issues/344