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

Add on24 downloader #24775

Open
chbndrhnns opened this issue Apr 14, 2020 · 4 comments
Open

Add on24 downloader #24775

chbndrhnns opened this issue Apr 14, 2020 · 4 comments
Labels

Comments

@chbndrhnns
Copy link

@chbndrhnns chbndrhnns commented Apr 14, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.03.24
  • I've searched the bugtracker for similar feature requests including closed ones

Description

ON24 is used for online trainings like from the O'Reilly learning platform. Replays are available after the training but it seems they cannot be downloaded. I'd like to ask for a download functionality.

@chbndrhnns chbndrhnns added the request label Apr 14, 2020
@VioletLightning
Copy link

@VioletLightning VioletLightning commented Apr 18, 2020

@chbndrhnns please change the label to "site-support-request"

@VioletLightning
Copy link

@VioletLightning VioletLightning commented Apr 21, 2020

@chbndrhnns you need to find stream.mpd file using chrome developer tool.
then use the command
youtube-dl -f bestvideo+bestaudio https://dashod.akamaized.net/media/cv/events/XYZ/stream.mpd
you need ffmpeg for merging formats.
see this stackoverflow link
I've used this method and it works on on24 platform.

@chbndrhnns
Copy link
Author

@chbndrhnns chbndrhnns commented Apr 21, 2020

@VioletLightning thanks for sharing! If it's possible like that, I would not even need a native implementation.

@pietrask
Copy link

@pietrask pietrask commented May 6, 2020

I think that the main issue there is that they are separating video with audio with actually slides.
Of course, they are providing pdfs, but it would be cool to have a video, audio with actual slides at a particular moment at the time

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
3 participants
You can’t perform that action at this time.