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.92k stars 638 forks source link

HTML material #102

Open maxdd opened 10 years ago

maxdd commented 10 years ago

is there a way to download the material embedded in the page?

For example course MITx: 16.101x Introduction to Aerodynamics has lots of explanations and questions on its courseware.

2sammd301 commented 9 years ago

I have been looking to do the same thing, On coursera I am to download the course materials as pdf and the videos too. But on I am only able to download just the videos. Could someone who knows how to you python create a new script that can also download the course content as well as the videos. I am looking to use edx in offline mode since my internet connection is not very reliable most of the time. Thanks so so much.

rbrito commented 9 years ago

Hi.

On Nov 15 2014, 2sammd301 wrote:

I have been looking to do the same thing, On coursera I am to download the course materials as pdf and the videos too.

Yes, I know that, being the maintainer of coursera-dl. I also can't live without the download of the supplementary material.

But on I am only able to download just the videos. Could someone who knows how to you python create a new script that can also download the course content as well as the videos. I am looking to use edx in offline mode since my internet connection is not very reliable most of the time. Thanks so so much.

What exact material should we download? There is one problem here, which is the fact that in coursera, everything is neatly organized in a standard fashion, with all the presentations and everything else put together with the corresponding videos.

Is there anything similar to this in edx courses? If yes, then I may, when I have time, try to implement such things in the not so distant future.

Thanks,

Rogério Brito.

Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

shk3 commented 9 years ago

No, I don't think they are nested organized on edx. This is always headache to us, especially some courses are trying to create new features in a "hack" way.

I am thinking about checking out openX source code to understand its internal mechanism, but it will take a while for me to do that.

George

Sent from my iPad/·¢ËÍ×ÔÎÒµÄiPad

On Nov 19, 2014, at 3:10 AM, Rog¨¦rio Brito notifications@github.com wrote:

Hi.

On Nov 15 2014, 2sammd301 wrote:

I have been looking to do the same thing, On coursera I am to download the course materials as pdf and the videos too.

Yes, I know that, being the maintainer of coursera-dl. I also can't live without the download of the supplementary material.

But on I am only able to download just the videos. Could someone who knows how to you python create a new script that can also download the course content as well as the videos. I am looking to use edx in offline mode since my internet connection is not very reliable most of the time. Thanks so so much.

What exact material should we download? There is one problem here, which is the fact that in coursera, everything is neatly organized in a standard fashion, with all the presentations and everything else put together with the corresponding videos.

Is there anything similar to this in edx courses? If yes, then I may, when I have time, try to implement such things in the not so distant future.

Thanks,

Rog¨¦rio Brito.

Rog¨¦rio Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br ¡ª Reply to this email directly or view it on GitHub.

2sammd301 commented 9 years ago

you guys are right, the edx materials are not quite organized, it request you clicking on a subsection of the lecture and then navigating your way through each subsection slides. I am not sure if it will be possible to automated this process, in the mean time I am just screen capturing each page of the lecture materials manually (very tedious) and using the current script to download the video as well. edx_example

shk3 commented 9 years ago

It is possible to store those textual materials. We can check if the subsection is textual by taking a look at its icon, but I think most courses will put some links of separate slide files under the video sections or textual sections, which would be hard to follow. Any idea about this?

George

On Fri, Nov 21, 2014 at 8:50 AM, 2sammd301 notifications@github.com wrote:

you guys are right, the edx materials are not quite organized, it request you clicking on a subsection of the lecture and then navigating your way through each subsection slides. I am not sure if it will be possible to automated this process, in the mean time I am just screen capturing each page of the lecture materials manually (very tedious) and using the current script to download the video as well. [image: edx_example] https://cloud.githubusercontent.com/assets/9768660/5143033/412db350-7159-11e4-8707-2f47397ff34f.jpg

Reply to this email directly or view it on GitHub https://github.com/shk3/edx-downloader/issues/102#issuecomment-63971937.