Pro Q
Pro Q

Reputation: 5016

How can I use Python to download a video from a website?

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):

Upvotes: 1

Views: 675

Answers (1)

Santino
Santino

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

Related Questions