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.
Checklist
Example URLs
URLs rely upon the streamer being live at the time. https://www.plexstorm.com/ has a live list of current streamers.
Description
Plexstorm is a gamer streaming site but very much NSFW, like a combination between twitch and pornhub.
I have a stub that I wrote in the web console that gives me a link to copy to play on the command line (mostly what I use youtube-dl for):
var a=document.createElement('a'); document.body.appendChild(a); a.setAttribute('style', 'position:absolute; top:0; left:0; z-index:1000;'); a.innerHTML='Video link'; a.href=document.getElementsByTagName('video')[0].firstElementChild.src;