Use youtube-dl to download a streamed video
Hi there! 👋 In this blog post, I will show you how to download a streamed video from a website using youtube-dl. Background Recently I needed to download a streamed video from a website for archival purposes. Full disclaimer, the service had already been paid for and I wanted to keep the video which was set to expire after a specific date. Investigation 🔍 At first there was no obvious way to download the video. Investigating the HTTP traffic in the browser, I could see that the video was being streamed with each part being progressively downloaded. ...