hello live - streams
notes
- streams can only be ripped while they are live
requirements
streams
- install the required programs and add them to your
PATH
- open the stream in your browser and wait for it to load
- open the dev tools with F12, switch to the network tab and filter for
m3u8
- right click the newest entry and select
copy -> copy as cURL
- use the manifest url and headers from the
curl
command to create an n-m3u8dl-re
command
n-m3u8dl-re --live-real-time-merge --live-keep-segments false --write-meta-json false <url> \
-H <header> \
-H <header> \
-H <header>
- when the stream has finished, use ctrl+c to exit
n-m3u8dl-re