Skip to content

yt-dlp

A feature-rich command-line audio/video downloader

Package Information

  • Domain: yt-dlp.org
  • Name: yt-dlp
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install yt-dlp

Programs

This package provides the following executable programs:

  • yt-dlp

Available Versions

Show all 55 versions
  • 2025.9.5, 2025.8.27, 2025.8.22, 2025.8.20, 2025.8.11
  • 2025.7.21, 2025.6.30, 2025.6.25, 2025.6.9, 2025.5.22
  • 2025.4.30, 2025.3.31, 2025.3.27, 2025.3.26, 2025.3.25
  • 2025.3.21, 2025.2.19, 2025.1.26, 2025.1.15, 2025.1.12
  • 2024.12.23, 2024.12.13, 2024.12.6, 2024.12.3, 2024.11.18
  • 2024.11.4, 2024.10.22, 2024.10.7, 2024.9.27, 2024.8.6
  • 2024.8.1, 2024.7.25, 2024.7.16, 2024.7.9, 2024.7.8
  • 2024.7.7, 2024.7.2, 2024.7.1, 2024.5.27, 2024.5.26
  • 2024.4.9, 2024.3.10, 2023.12.30, 2023.11.16, 2023.11.14
  • 2023.10.13, 2023.10.7, 2023.9.24, 2023.7.6, 2023.6.22
  • 2023.6.21, 2023.3.4, 2023.3.3, 2023.2.17, 2023.1.6

Latest Version: 2025.9.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) yt-dlp -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3<3.12
  • ffmpeg.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['yt-dlp']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.