fent/node-ytdl-core

YouTube video downloader in javascript.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 14th, 2026
Created on June 29th, 2014
Open Issues & Pull Requests: 124 (+0)
GitHub issues: Enabled
Number of forks: 850
Total Stargazers: 4,729 (+0)
Total Subscribers: 92 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.9 hours
Mean response time: 81.3 days
90th percentile: 34.1 days
Tracked items: 26

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 794 days
Stale 30+ days: 23
Stale 90+ days: 23

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • feature (1)
  • question (1)
  • stale (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

node-ytdl-core is a YouTube video downloader written in JavaScript that provides a Node.js-friendly streaming interface for downloading videos.

The tool solves the problem of programmatically downloading YouTube videos by scraping video metadata and streaming the content directly. It works by fetching video information from YouTube, selecting an appropriate format, and returning a readable stream that can be piped to a file or processed in memory. The implementation handles various download modes including segmented formats, supports byte-range requests for partial downloads, and includes options for controlling buffering and chunk sizes to avoid throttling.

Developers should be aware that active development on this project has been paused. While the tool may still function for some use cases, community support is now the primary avenue for assistance, and pull requests are not being merged to the main repository. Those seeking ongoing maintenance and updates should consider using maintained forks instead. The tool suits projects that need programmatic YouTube video access with fine-grained control over streaming behavior, such as media applications or batch download utilities. It distinguishes itself through its pure JavaScript implementation and Node.js streaming interface, allowing integration with standard Node.js stream patterns.

Community members may submit pull requests, but these are not merged into the main codebase. Support is primarily handled through a community Discord server rather than through official channels.