📄️ Getting Started
Your First Download
📄️ Command-Line Options Reference
This comprehensive reference covers all command-line options available in yt-dlp, organized by category for easy navigation.
📄️ Output Templates in yt-dlp
The -o option is used to indicate a template for the output file names while -P option is used to specify the path each type of file should be saved to.
📄️ Filtering Formats
You can filter video formats by putting conditions in brackets, as in -f "best[height=720]" (or -f "[filesize>10M]" since filters without a selector are interpreted as best).
📄️ Sorting Formats
You can change the criteria for being considered the best by using -S (--format-sort). The general format for this is --format-sort field1,field2....