aboutsummaryrefslogtreecommitdiff
= yt-dlp-best

Wrapper script around yt-dlp to provide simpler flags and more conveinent "download in best quality" feature.

== USAGE

./yt-dlp-best [options] URL

== Options

  -y        Auto accept "continue" prompt
  -s        Fetch subtitles (if available). Currently english .srt only
  -d [DIR]  Set destination directory for output
            Will write output to /tmp/ first then move to target dir
	    This helps if the destination is a networked drive or generally slow disk

== Example

./yt-dlp-best -y -s -d /mnt/nas/videos 'https://example.com?my=video'