1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,12 @@
<!-- 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)