Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env bash
- get_stream() {
- yt-dlp --cookies twitch.cookies --all-subs --write-subs --compat-options filename --downloader 'm3u8:ffmpeg' ${1}
- }
- while :; do
- get_stream
- sleep 30
- done
Advertisement
Add Comment
Please, Sign In to add comment