https://developer.apple.com/streaming/
- Get .m3u8 and download all .ts
wget [url]/[filename]{0..xxx}.ts - Save key to file (get key URI from .m3u8)
- Rename .m3u8 key URI to file
- Join and create final video
ffmpeg -protocol_whitelist file,tls,tcp,https,crypto -allowed_extensions ALL -i [filename].m3u8 -c copy [output].mp4