Add YouTube Prosloyka Service and Integration with the Player
- Add required
DP_PROSLOYKA_API_URL
environment variable inMain.java
. - Create
YoutubeProsloykaMethod.java
for fetching YouTube playing URLs from the Prosloyka™ service. - Update in
Player.java
to use the Prosloyka service for YouTube links (hijack). - Addition of the
prosloyka
service indocker-compose.yml
.
Notes
This merge request serves as a reference implementation for integrating YouTube Prosloyka™, but it may EXPLODE as it modifies the Player.java
's trackUrl
flow, potentially leading to subpar execution.