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.
This commit is contained in:
Liav
2025-05-08 12:44:03 -04:00
committed by GitHub
parent b26bc32579
commit 546707e6c5
+6
View File
@@ -20,6 +20,12 @@ yt-dlp is a feature-rich command-line audio/video downloader with support for [t
<!-- MANPAGE: MOVE "USAGE AND OPTIONS" SECTION HERE -->
Example usage:
```bash
$ yt-dlp "https://www.youtube.com/watch?v=xyz123"
```
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
* [INSTALLATION](#installation)
* [Detailed instructions](https://github.com/yt-dlp/yt-dlp/wiki/Installation)