Guest User

Untitled

a guest
Nov 25th, 2023
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. get_stream() {
  4.   yt-dlp --cookies twitch.cookies --all-subs --write-subs --compat-options filename --downloader 'm3u8:ffmpeg' ${1}
  5. }
  6.  
  7. while :; do
  8.   get_stream
  9.   sleep 30
  10. done
Advertisement
Add Comment
Please, Sign In to add comment