diff options
Diffstat (limited to '.local/share/bin/yt-vod')
-rwxr-xr-x | .local/share/bin/yt-vod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/bin/yt-vod b/.local/share/bin/yt-vod index 3af9fb7..0eb424d 100755 --- a/.local/share/bin/yt-vod +++ b/.local/share/bin/yt-vod @@ -8,10 +8,10 @@ fi url="https://youtube.com/watch?v=$vid" # download chat -screen -d -m -S "yt-$vid-chat" -- yt-dlp --live-from-start --write-sub --no-download "$url" +screen -d -m -S "yt-$vid-chat" -- pause yt-dlp --live-from-start --write-sub --no-download "$url" # download stream -screen -d -m -S "yt-$vid-vod" -- yt-dlp --live-from-start -S ext "$url" +screen -d -m -S "yt-$vid-vod" -- pause yt-dlp --live-from-start -S ext "$url" echo "started recording! (use screen -r yt-$vid-<tab> to stop)" |