Dockerized save_livestream.py script by mrwnwttk for archiving livestreams.
-
Pull the docker image:
docker pull ghcr.io/lyarenei/livestream_archiver:master
-
Set these two env variables:
- STREAM_BASE_NAME
- Usually name of the streamer, is used in the output filename
- STREAM_URL
- URL of the streamer page
- STREAM_BASE_NAME
-
Mount
/downloads
directory to wherever you want.
I recommend to use this in a docker compose stack - example.