coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 639 forks source link

Get Platform Video URL #594

Open dorianherle opened 4 years ago

dorianherle commented 4 years ago

Hi ! This is not really an issue, but rather a question, since I could not find anything on google:

Do you know how I can get the platform (edx) urls of the video websites ? I am not talking about the youtube urls, but the url that would redirect you to the site on edx that contains the video ?

Many thanks.

floviolleau commented 4 years ago

Hi,

You can use this tool for what you want to achieve.

In fact, if you activate the debug mode of this tool, you will be able to see the URL of the videos as well as downloading it at the same time. You need of course an account on the edx platform you want to reach.

Kind regards