Quick Start¶
Download a Video¶
Downloads the best available quality to the current directory.
Download Audio Only¶
Browse Available Formats¶
Use the interactive TUI to browse and select a format:
↑/↓to navigateEnterto downloadqorEscto quit
Get Video Metadata¶
Prints metadata as JSON without downloading.
Download a Playlist¶
Launch the Web UI¶
Opens a browser-based interface for downloading and managing media.
Common Options¶
| Goal | Command |
|---|---|
| Best video | ytdl-go URL |
| Audio only | ytdl-go -audio URL |
| Specific quality | ytdl-go -quality 720p URL |
| Specific format | ytdl-go -format mp4 URL |
| Specific itag | ytdl-go -itag 251 URL |
| Custom output path | ytdl-go -o "downloads/{title}.{ext}" URL |
| JSON output | ytdl-go -json URL |
| Quiet mode | ytdl-go -quiet URL |
See the full CLI Options reference for all flags.