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.
Example URLs
Description
vraitube.com is new video site and features french TV Shows. It runs on WordPress.👍
I was able to run
youtube-dl url-to-some/index-v1-a1.m3u8once I found the URL in the browser's network panel. FFmpeg was called from yt-dl to merge all 575 segments into a working MP4 video file.Single Video pages use a "dooplayer" running in an embedded IFRAME (https://dood.to/**[a-z]**/**hash-value**/) using a
.m3u8file with TS fragments served from"https://some-host.dood.video/hls/some-hash/some-indexfile.m3u8".
Useful Episode Titles are available from the
#infoelement's<H1.epih1>+<H3.epih3>.The page head
<title>only contains a generic "Showname Season N Episode M" title also used as the WordPress URL slug.Below the episode's video player is a list with other episodes from the selected season.
There's also a "Video Sources" panel with a small play button that seems to be disfunctional. To actually play the video I have to click the large play button overlay inside the video player.
A Seasons page has a
#seasons ul.episodioselement for each season.Episodes are inside
div.episodiotitlewith a link to the single video page. The link label has the same tilte as the<H3.epih3>on the Video page.Notice: if a browser's DevTools are open, script execution is paused in a regular timeout interval due to an active/left-over "debugger" statement -- which is very annoying.
Let the page load completely until the player and its poster image show, then open DevTools.
Thanks!