diff options
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..697113f --- /dev/null +++ b/README.txt @@ -0,0 +1,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' |