*num*_*name*.*ext*
I like how jplehmann's tool can rename them using the titles on the page.Download Coursera videos in batch
11–20 of 28 posts
Re: Download Coursera videos in batch
#12Earlier quoted context omitted.
Right now, if you kill the script it will remove any file being currently downloaded to remove partials. I'm not sure if that happens for other failure conditions. I have added an issue for this: https://github.com/jplehmann/coursera/issues/1
Going to put in a bug @ github, for some reason the video's won't actually play (and their file size is slightly larger.)
Re: Download Coursera videos in batch
#13http://coursera.org is creating some fantastic, free educational videos (algorithms, machine learning, natural language processing, SaaS). This script allows one to batch download videos for a Coursera class. Given a class name and related cookie file, it scrapes the course listing page to get the week and class names, and then downloads the related videos into appropriately named files and directories. Why is this h…
In that case i'll still have a weekend project.
Re: Download Coursera videos in batch
#14http://coursera.org is creating some fantastic, free educational videos (algorithms, machine learning, natural language processing, SaaS). This script allows one to batch download videos for a Coursera class. Given a class name and related cookie file, it scrapes the course listing page to get the week and class names, and then downloads the related videos into appropriately named files and directories. Why is this h…
Awesome! I was actually planning on writing such a script over the weekend. I haven't take a look at this semester's courses, but I know last semester the quizzes and tests were quite useful for someone with no previous practice in the subject at hand. I can see your script doesn't try to get all that right? In that case i'll still have a weekend project.
Re: Download Coursera videos in batch
#15Re: Download Coursera videos in batch
#16Re: Download Coursera videos in batch
#17Re: Download Coursera videos in batch
#18http://coursera.org is creating some fantastic, free educational videos (algorithms, machine learning, natural language processing, SaaS). This script allows one to batch download videos for a Coursera class. Given a class name and related cookie file, it scrapes the course listing page to get the week and class names, and then downloads the related videos into appropriately named files and directories. Why is this h…
Awesome! I was actually planning on writing such a script over the weekend. I haven't take a look at this semester's courses, but I know last semester the quizzes and tests were quite useful for someone with no previous practice in the subject at hand. I can see your script doesn't try to get all that right? In that case i'll still have a weekend project.
Re: Download Coursera videos in batch
#19Earlier quoted context omitted.
Awesome! I was actually planning on writing such a script over the weekend. I haven't take a look at this semester's courses, but I know last semester the quizzes and tests were quite useful for someone with no previous practice in the subject at hand. I can see your script doesn't try to get all that right? In that case i'll still have a weekend project.
In the NLP class there are programming assignments with special formatting, headers, etc. I kind of want to write a script that uses NLP to snag NLP's programming instruction pages (as well as example code, etc.) Seems like that would be fun to do.