Nebula Fetch CLI
A command-line interface tool for downloading media from different platforms.
🚀 Installation
npm install -g @lunarity/nebula-fetch-cli
📖 Usage
📺 YouTube Downloads
Download videos or audio from YouTube using the following commands:
nebula-fetch youtube <url>
nebula-fetch yt <url>
nebula-fetch youtube <url> --audio
nebula-fetch yt <url> -a
nebula-fetch youtube <url> --output path/to/file
nebula-fetch yt <url> -o path/to/file
nebula-fetch youtube <url> --verbose
nebula-fetch yt <url> -v
⚙️ Options
-o, --output <path>
- Specify the output path for the downloaded file-a, --audio
- Download audio only (saves as .mp3)-v, --verbose
- Show detailed information during download--version
- Show version number--help
- Show help information
✨ Features
- YouTube video downloads
- Audio-only extraction option
- Custom output path
- Verbose mode for detailed information
📄 License
MIT