Live data from Hacker News

Download Coursera videos in batch

github.com

21–28 of 28 posts

Re: Download Coursera videos in batch

#21

Earlier quoted context omitted.

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.

But in that case wouldn't you be looking to get the essence, the plain text useful stuff of an HTML document, in which case wouldn't parsing using regular expressionism or something be better than NLP? I haven't really done scraping and parsing of documents/text so I'm not too sure.

It's possible yeah, though I like the formatting and highlighting and borders etc, it groups the different sections of the instructions together.

I see what you mean though, it's not really full NLP either way, I just used that term in place of regular expressions because it was in the NLP class that I learned about them (first homework is a phone and email scraper.) Probably my fault for using semantics wrong.

Re: Download Coursera videos in batch

#24
Nice! I actually found your project last week through google but wrote my own in js (https://gist.github.com/2225519) after struggling with the python dependencies.

I think coursera really needs to come out with a native solution and a standard way of numbering/organizing videos.

Re: Download Coursera videos in batch

#26

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

Only support for videos right now.

Update -- now downloads all lecture materials on the videos page (pptx, pdf, etc).

Re: Download Coursera videos in batch

#28
You can also check my script over here: https://github.com/fvieira/coursera_resources_downloader It has the advantage of not requiring a cookies file, it can authenticate with your user and password. Otherwise, it does pretty much the same as jplehmann's script, although with some minor changes which you might or might not like.

By the way, congratulations on your script, jplehmann! Wish I had found yours before losing time doing mine...

Post reply on HN