
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
A modern CLI tool to download YouTube videos with a beautiful interface.
# Just run this - no installation needed!
npx ytube-dl@latest
Then paste any YouTube URL and follow the interactive prompts!
# Run directly with npx
npx ytube-dl
# Or use latest version explicitly
npx ytube-dl@latest
# Install globally from npm
npm install -g ytube-dl
# Then use anywhere
ytube-dl
# Clone the repository
git clone https://github.com/zyuapp/ytube-dl.git
cd ytube-dl
# Install dependencies
npm install
# Build the project
npm run build
# Link globally (optional)
npm link
# Interactive mode (no arguments) - Recommended!
npx ytube-dl
# Download a video directly
npx ytube-dl https://www.youtube.com/watch?v=VIDEO_ID
# Use latest version
npx ytube-dl@latest
# If installed globally
ytube-dl https://www.youtube.com/watch?v=VIDEO_ID
# Automatic interactive mode (no URL) - Just run without arguments
npx ytube-dl
# Explicit interactive mode
npx ytube-dl --interactive
# If installed globally
ytube-dl
ytube-dl --interactive
-q, --quality - Video quality (1080p, 720p, 480p, 360p)-f, --format - Output format (mp4, mp3, webm)-o, --output - Output directory (default: current directory)-i, --interactive - Interactive mode# Download in 1080p quality
npx ytube-dl https://www.youtube.com/watch?v=VIDEO_ID --quality 1080p
# Download audio only (MP3)
npx ytube-dl https://www.youtube.com/watch?v=VIDEO_ID --format mp3
# Download to specific directory
npx ytube-dl https://www.youtube.com/watch?v=VIDEO_ID --output ~/Downloads
# Interactive mode (automatic) - Just run without arguments!
npx ytube-dl
# Always use latest version
npx ytube-dl@latest
# Run in development mode
npm run dev
# Run linting
npm run lint
# Run type checking
npm run typecheck
# Build project
npm run build
MIT
FAQs
A modern CLI tool to download YouTube videos
We found that ytube-dl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.