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
3 tasks done
chbndrhnns opened this issue Apr 14, 2020 · 13 comments · Fixed by yt-dlp/yt-dlp#1200
Open
3 tasks done

Add on24 downloader #24775

chbndrhnns opened this issue Apr 14, 2020 · 13 comments · Fixed by yt-dlp/yt-dlp#1200
Labels
site-support-request Add extractor(s) for a new domain

Comments

@chbndrhnns
Copy link

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.

@VioletLightning

This comment was marked as resolved.

@VioletLightning
Copy link

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

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

@pietrask
Copy link

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

@michealespinola
Copy link

@chbndrhnns You don't absolutely need it, but then again we don't /need/ most of the extractors either. They just make downloads of common media easier. Please change the label of this request to "site-support-request"

I would also like to plus +1 this request. As an example for why this would be useful: on24 is the streaming media platform behind many Microsoft learning materials.

@remitamine

This comment was marked as resolved.

@chbndrhnns
Copy link
Author

@remitamine Examples can be found with this google search: site:event.on24.com. Many require a registration. Here is one that is available without registration:

https://event.on24.com/wcc/r/1886661/005F80F25EA62BDC10904B02AE9FD43D

@remitamine remitamine reopened this Jan 29, 2021
@remitamine remitamine added site-support-request Add extractor(s) for a new domain and removed incomplete request labels Jan 29, 2021
@michealespinola
Copy link

michealespinola commented Jan 29, 2021

Thank you, @remitamine. Here is another example of a recent Microsoft online learning event URL:

https://ve.on24.com/vshow/MSFTWindowsVirtual/exhibits/WVDMC?regPageId=18844

If I remember correctly, registration for this event is/was required, but is/was open and basic.

@a-b
Copy link

a-b commented Mar 24, 2021

I'm interested. How can I help with this effort?

@jgarr16
Copy link

jgarr16 commented Apr 25, 2021

@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.

The StackOverflow comment just after the one that @chbndrhnns mentioned also works perfectly for O'Reilly Live Events hosted on ON24. https://stackoverflow.com/a/55071769/5559588

@WeeHong
Copy link

WeeHong commented Jun 16, 2021

Hello everyone.

Since this issue is still opening, I would like to ask whether it is possible to download the presentation slider video?

@ZhenshengLee
Copy link

vote +1 for this feature request!

@dirkf
Copy link
Contributor

dirkf commented Aug 12, 2023

No doubt the yt-dlp extractor can be back-ported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-support-request Add extractor(s) for a new domain
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants