Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site vraitube.com #25643

Open
WebMechanic opened this issue Jun 12, 2020 · 0 comments
Open

Site vraitube.com #25643

WebMechanic opened this issue Jun 12, 2020 · 0 comments

Comments

@WebMechanic
Copy link

@WebMechanic WebMechanic commented Jun 12, 2020

  • I'm reporting a new site support request
  • I've verified that I'm running youtube-dl version 2020.06.06
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that none of provided URLs violate any copyrights
  • I've searched the bugtracker for similar site support requests including closed ones

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.m3u8 once 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 .m3u8 file with TS fragments served from
"https://some-host.dood.video/hls/some-hash/some-indexfile.m3u8".

Useful Episode Titles are available from the #info element'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.episodios element for each season.
Episodes are inside div.episodiotitle with 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.