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 ytpullThis will:
- Install the
ytpullCLI command globally - Automatically download
yt-dlpif 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
- Windows:
Verify Installation
ytpull -vUsage
ytpull- Paste a YouTube URL
- Pick a quality from the list
- Video downloads to your
Downloadsfolder as MP4
Options
ytpull Start the interactive downloader
ytpull -v Show version
ytpull --help Show helpUninstall
npm uninstall -g ytpullLicense
MIT