Created
December 18, 2023 18:12
-
-
Save paulschick/db2d04baf1da2167be4c73ad92f9803f to your computer and use it in GitHub Desktop.
Revisions
-
paulschick created this gist
Dec 18, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash function yt { printf "Downloading stream at:\t'$1'\n" nohup $HOME/go/bin/ytarchive -q -w -o '%(channel)s/%(upload_date)s_%(title)s' "$1" best 2>&1 > ytarchive-"$(date +%Y%m%d-%H%M%S)".log & }