stripes/ytdl

4 lines
161 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
2021-12-24 17:47:19 +00:00
yt-dlp --add-metadata --no-youtube-include-dash-manifest -i --no-cache-dir --geo-bypass -P "/mnt/samsung/necropolis/vid/" -o "%(title)s.%(ext)s" "$@"