Check the copyright laws and the term of service before using it. You might be breaking the law!
- Open the Network tab of the Chrome Inspector
- Before all the network calls to
.ts
video segment files, you'll find a request toindex.m3u8
: this is the playlist - Download it by copying-pasting the URL to the
m3u8
file into the browser - Use the following command to download the video:
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i ./your_playlist_file.m3u8 -c copy -bsf:a aac_adtstoasc new_file.mp4