From 586c46e1f67ee520df8276ef999f7bb352f3733c Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 7 Dec 2025 14:49:57 -0500 Subject: Create somewhat helpful readme --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.txt 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' -- cgit v1.2.3-54-g00ecf