weverse - clear streams
requirements
method
- install the required programs and add them to your
PATH
- open the stream or reload the tab if already on the desired page
- open the dev tools with F12, switch to the network tab and filter for
playlist
- right click the entry and select
copy -> copy url
- use the url in the following command to begin downloading
n-m3u8dl-re <url> --auto-select --live-real-time-merge
- when the stream has finished, use ctrl+c to exit
n-m3u8dl-re
weverse - encrypted streams
notes
- some streams come with
AES_128
encryption and require a key to in order to be downloaded
- as far as I'm aware, this only applies to lives with ai subtitles and special event streams such as award shows
requirements
method
- install the required programs and add them to your
PATH
- open the stream or reload the tab if already on the desired page
- open the dev tools with F12, switch to the network tab and filter for
aes_key
- click the entry and switch to the response tab on the right hand side
- ensure the preview is in
base64
mode (rather than hex
or utf-8
), then copy the key
- next, filter for
playlist
- right click the entry and select
copy -> copy url
- use the url and key in the following command to begin downloading
n-m3u8dl-re <url> --custom-hls-key <key> --auto-select --live-real-time-merge
- when the stream has finished, use ctrl+c to exit
n-m3u8dl-re