JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q31022F
  • License MIT

A CLI tool for downloading YouTube videos using yt-dlp

Package Exports

  • ytpull
  • ytpull/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ytpull) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ytpull

Download YouTube videos from the terminal.

Installation

npm install -g ytpull

This will:

  1. Install the ytpull CLI command globally
  2. Automatically download yt-dlp if it's not already on your system

Requirements

  • Node.js >= 14.0.0
  • ffmpeg (recommended) — needed for merging video + audio into MP4
    • Windows: winget install ffmpeg
    • macOS: brew install ffmpeg
    • Linux: sudo apt install ffmpeg

Verify Installation

ytpull -v

Usage

ytpull
  1. Paste a YouTube URL
  2. Pick a quality from the list
  3. Video downloads to your Downloads folder as MP4

Options

ytpull           Start the interactive downloader
ytpull -v        Show version
ytpull --help    Show help

Uninstall

npm uninstall -g ytpull

License

MIT