Skip to content

Commit

Permalink
Improves yt-dlp-all alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jun 23, 2024
1 parent f667f2d commit 1d82d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliasesrc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ alias git-pull-root='find $(git rev-parse --show-toplevel 2> /dev/null) -name .g
# Docker
alias docker-run-ptrace="docker run --cap-add SYS_PTRACE"
alias mysql-docker-start="docker run --name=mysql -p3306:3306 --rm -v $HOME/.cache/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root} mysql/mysql-server"
alias yt-dlp-all='yt-dlp -vci -R5 -f mp4,webm --write-description --write-info-json --all-subs --write-thumbnail --add-metadata'
alias yt-dlp-all='yt-dlp -vci -R5 -f mp4,webm --write-description --write-info-json --all-subs --write-thumbnail --add-metadata --get-comments'

# ImageMagick
alias identify-exif="identify -format '%[EXIF:*]'"
Expand Down

0 comments on commit 1d82d59

Please sign in to comment.