Reputation: 5016
There's a really cool course on Kadenze on machine learning.
Much like coursera-dl does, I would like to download all of the course videos so I can reference them later.
For simplicity's sake, let's assume I've logged in and have access to the page with the videos on it.
How can I download the video(s) on the page with Python?
Extra info (will be edited as more information is found):
javascript:void(0);
on the clipboard.Upvotes: 1
Views: 675
Reputation: 815
2019 Update
I know very late to this game, but youtube-dl seems ideal for this purpose. The name is a misnomer they cover many more video hosting sites (other than youtube), and works very well.
Upvotes: 1