aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2025-12-07 14:49:57 -0500
committerSteph Enders <steph@senders.io>2025-12-07 14:49:57 -0500
commit586c46e1f67ee520df8276ef999f7bb352f3733c (patch)
treeefa16d5030aa086ad0e3ca3bb6ec25daa67010b0
parentfe1c547893d97e9432c87b0838ff19bfdb7b9ea5 (diff)
Create somewhat helpful readmemain
-rw-r--r--README.txt19
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'