djcev.com

//

Git Repos / dotfiles / bin / youtube.sh

Last update to this file was on 2024-01-02 at 05:12.

Show youtube.sh

#!/bin/sh
#
#- youtube.sh 2015/00/00 cev
# simple wrapper script.

/z/work/yt-dlp/yt-dlp.sh \
-f 18 \
-o '%(autonumber)s-%(title)s-%(id)s.%(ext)s' \
--restrict-filename \
$@

Return to the top of this page or return to the overview of this repo.

Log youtube.sh

Date Commit Message Author + -
2024-01-02 Change from FreeBSD to Linux, other minor changes cev +1 -1
2021-12-08 Initial commit. Dotfiles, scripts, basic Makefile. cev +10  

Return to the top of this page or return to the overview of this repo.