Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TeamPiped/RYD-Proxy
https://github.com/TeamPiped/RYD-Proxy
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/TeamPiped/RYD-Proxy
- Owner: TeamPiped
- License: agpl-3.0
- Created: 2022-06-17T19:47:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:10:27.000Z (5 months ago)
- Last Synced: 2024-10-29T14:21:56.420Z (17 days ago)
- Language: Go
- Homepage: https://ryd-proxy.kavin.rocks/
- Size: 27.3 KB
- Stars: 31
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/TeamPiped/RYD-Proxy - non-logging proxy for Return YouTube Dislike API server (Jump To / Privacy/Security)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/TeamPiped/RYD-Proxy - non-logging proxy for Return YouTube Dislike API server (Jump To / Privacy/Security)
README
# 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`
```json
{"id":"dQw4w9WgXcQ","dateCreated":"2022-04-09T22:01:38.222268Z","likes":14589269,"dislikes":390375,"rating":4.8957585373858015,"viewCount":1232906190,"deleted":false}
```### GET - `/votes?videoId=dQw4w9WgXcQ`
```json
{"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