Why a proxy is used? #3609
Replies: 5 comments
-
|
Disclaimer: I am not the one who put it there, heck I was not even informed of such change when my PR was merged. But, it's probably there for korean users, because stuff like lyrics are probably not available there w/o premium.
If you look at the code, the only info sent is the client and the The Now, I don't know who made that proxy, I don't know if it collects data, but it would only be able to collect what songs you are listening to, which makes sense, how else would it respond with the lyrics. Is it a privacy concern? Probably. I wouldn't like it if a random proxy knew that my IP address is listening to jpop. Am I in favor of removing the proxy? Yes! |
Beta Was this translation helpful? Give feedback.
-
|
The To address this problem, I created and added a API server that simply forwards requests related to synced lyrics via the This proxy does not collect anything, nor is it capable of collecting anything. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe the proxy could be used as a fallback? |
Beta Was this translation helpful? Give feedback.
-
YouTube returns a response with the same structure as a normal response, even when access to the |
Beta Was this translation helpful? Give feedback.
-
|
You can find the source code of this proxy at https://github.com/JellyBrick/ytm-browse-proxy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/th-ch/youtube-music/blob/fc52af96b2825c793775a54574265056d5906249/src/plugins/synced-lyrics/providers/YTMusic.ts#L107
This is big privacy concern, our info is sent to your proxy that could be doing whatever you want.
There is also no mention of it in the docs/readme.
Why is it needed?
What does it do?
Where is the source?
Why can't we use one of our own?
Beta Was this translation helpful? Give feedback.
All reactions