aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 697113f31539c6b16d794d7f757055ce5243995a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= 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'