Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add uscreen.tv support #20950
Add uscreen.tv support #20950
Comments
|
Hi. Any update on getting youtube-dl to work with UScreen? I tried --cookies but it still didn't work. |
Checklist
Example URLs
This URL is the container where the video player sits:
https://www.unauthorized.tv/programs/live-on-stage?cid=201227
When the user clicks play a POST is sent to this URL with JSON payload (plus various session headers):
https://www.unauthorized.tv/stats/play
{"video_id":"211831","chapter_id":"201227","started":true}Description
Uscreen.tv is a video hosting platform where the content owner can skin the interface and use their own domain name. Videos can be protected by login (the URL supplied above is not) in which case the user must first sign in at:
https://<custom domain>/sign_in