weverse - clear streams

requirements

method

  1. install the required programs and add them to your PATH
  2. open the stream or reload the tab if already on the desired page
  3. open the dev tools with F12, switch to the network tab and filter for playlist
  4. right click the entry and select copy -> copy url
  5. use the url in the following command to begin downloading
  6. n-m3u8dl-re <url> --auto-select --live-real-time-merge
  7. when the stream has finished, use ctrl+c to exit n-m3u8dl-re

weverse - encrypted streams

notes

requirements

method

  1. install the required programs and add them to your PATH
  2. open the stream or reload the tab if already on the desired page
  3. open the dev tools with F12, switch to the network tab and filter for aes_key
  4. click the entry and switch to the response tab on the right hand side
  5. ensure the preview is in base64 mode (rather than hex or utf-8), then copy the key
  6. next, filter for playlist
  7. right click the entry and select copy -> copy url
  8. use the url and key in the following command to begin downloading
  9. n-m3u8dl-re <url> --custom-hls-key <key> --auto-select --live-real-time-merge
  10. when the stream has finished, use ctrl+c to exit n-m3u8dl-re