stripes/ytp

5 lines
237 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
# Description: download all videos from a playlist in a separate directory.
yt-dlp --add-metadata --no-youtube-include-dash-manifest -i --no-cache-dir --geo-bypass -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' "$@"