Skip to content

Instantly share code, notes, and snippets.

@VIEWVIEWVIEW
Last active July 9, 2022 00:02
Show Gist options
  • Save VIEWVIEWVIEW/5566b6333faa2fcb00d7b83e3800af63 to your computer and use it in GitHub Desktop.
Save VIEWVIEWVIEW/5566b6333faa2fcb00d7b83e3800af63 to your computer and use it in GitHub Desktop.
Twitch.tv auto record script
#!/bin/bash
while true
do
CURRENTDATE=`date +"%Y-%m-%d_%H-%M-%S"`
streamlink https://www.twitch.tv/muleskinner1 best --twitch-disable-hosting -o ./muleskinner/muleskinner-$CURRENTDATE.ts
sleep 10
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment