Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lunarity/nebula-fetch-cli

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lunarity/nebula-fetch-cli

CLI tool for downloading media from different platforms

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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:

# Download video (default)
nebula-fetch youtube <url>
# or using alias
nebula-fetch yt <url>

# Download audio only
nebula-fetch youtube <url> --audio
# or
nebula-fetch yt <url> -a

# Specify output path
nebula-fetch youtube <url> --output path/to/file
# or
nebula-fetch yt <url> -o path/to/file

# Show verbose output
nebula-fetch youtube <url> --verbose
# or
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

Keywords

FAQs

Package last updated on 08 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc