From 546707e6c5331464314f252b2f1facdc900b77ae Mon Sep 17 00:00:00 2001 From: Liav Date: Thu, 8 May 2025 12:44:03 -0400 Subject: [PATCH] Update README.md to include clear example usage at the top of the README Adds a minimal example of the fully bash command in action at the very head of the README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a87b52832..cdd4f3f23 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ +Example usage: + +```bash +$ yt-dlp "https://www.youtube.com/watch?v=xyz123" +``` + * [INSTALLATION](#installation) * [Detailed instructions](https://github.com/yt-dlp/yt-dlp/wiki/Installation)