iawia002/lux

👾 Fast and simple video download library and CLI tool written in Go

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 13th, 2026
Created on February 24th, 2018
Open Issues & Pull Requests: 545 (+0)
GitHub issues: Enabled
Number of forks: 3,312
Total Stargazers: 31,675 (+1)
Total Subscribers: 385 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Lux is a command-line video downloader written in Go that supports multiple video platforms and streaming sites.

Lux solves the problem of downloading videos from various online sources by providing a unified interface to extract and save video content. It works by parsing video URLs, identifying available quality streams, and downloading the video data, with FFmpeg used to merge the final output. The tool supports downloading individual videos, playlists, and multiple inputs in a single command, and includes features like multi-threaded downloads, automatic retry on failure, resume capability, proxy support, and custom referrer headers.

The tool suits developers and users who need to programmatically or manually download videos from supported platforms including YouTube, Bilibili, Youku, iQiyi, QQ Video, and Tumblr. It can be used as a standalone CLI tool or integrated as a library in Go projects. The README identifies similar projects but makes no direct comparisons, so adoption decisions should focus on whether the supported sites match your needs and whether Go integration appeals to your workflow.

The project maintains active continuous integration with automated testing on code changes. Development activity shows consistent engagement with the codebase through regular updates and maintenance of the video platform integrations, which is critical given that video sites frequently change their APIs and access methods.