Go to file
dependabot[bot] c181188189 Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 21:18:53 +01:00
.github Bump docker/login-action from 1 to 2 2022-06-17 21:18:53 +01:00
.gitignore Initial commit. 2022-06-17 20:54:45 +01:00
Dockerfile Initial commit. 2022-06-17 20:54:45 +01:00
LICENSE Initial commit 2022-06-17 20:47:17 +01:00
README.md Update readme. 2022-06-17 21:18:12 +01:00
docker-compose.yml Initial commit. 2022-06-17 20:54:45 +01: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
main.go Update readme. 2022-06-17 21:18:12 +01:00

README.md

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

https://ryd-proxy.kavin.rocks/votes/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