bilix
brew install bilix
v0.18.9_8
Apache-2.0
Lightning-fast asynchronous download tool for bilibili and more
44
30-day installs · #4955
134
90-day · #4944
596
365-day · #4754
1.8k
★ GitHub stars · updated 1y ago
Runtime dependencies
Build dependencies
GitHub topics
async
asyncio
cli
download
m3u8
python
Links
- https://github.com/HFrost0/bilix
- GitHub: HFrost0/bilix
- Brew formula source: Formula/b/bilix.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"cmake"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"certifi",
"lz4",
"pydantic",
"python@3.14"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Lightning-fast asynchronous download tool for bilibili and more",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:51+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "bilix",
"github_default_branch": "master",
"github_last_commit_at": "2024-09-20T15:06:04Z",
"github_readme_excerpt": "# bilix\n\n[](https://github.com/HFrost0/bilix/blob/master/LICENSE)\n\n\n\n\n\u26a1\ufe0fLightning-fast asynchronous download tool for bilibili and more\n\n\n## Features\n\n### \u26a1\ufe0f Fast \u0026 Async\n\nAsynchronous high concurrency support, controllable concurrency and speed settings.\n\n### \ud83d\ude09 Lightweight \u0026 User-friendly\n\nLightweight user-friendly CLI with progress notification, focusing on core functionality.\n\n### \ud83d\udcdd Fully-featured\n\nSubmissions, anime, TV Series, video clip, audio, favourite, danmaku ,cover...\n\n### \ud83d\udd28 Extensible\n\nExtensible Python module suitable for more download scenarios.\n\n## Install\n\n```shell\npip install bilix\n```\n\nfor macOS, you can also install `bilix` by `brew`\n\n```shell\nbrew install bilix\n```\n\n## Usage Example\n\n* If you prefer to use command line interface (cli)\n\n```shell\nbilix v \u0027url\u0027\n```\n\n\u003e `v` is a method short alias for `get_video`\n\n* If you prefer to code with python\n\n```python\nfrom bilix.sites.bilibili import DownloaderBilibili\nimport asyncio\n\n\nasync def main():\n async with DownloaderBilibili() as d:\n await d.get_video(\u0027url\u0027)\n\n\nasyncio.run(main())\n```\n\n## Community\n\nIf you find any bugs or other issues, feel free to raise an [Issue](https://github.com/HFrost0/bilix/issues).\n\nIf you have new ideas or new feature requests\ud83d\udc4d\uff0cwelcome to participate in\nthe [Discussion](https://github.com/HFrost0/bilix/discussions)\n\nIf you find this project helpful, you can support the author by [Star](https://github.com/HFrost0/bilix/stargazers)\ud83c\udf1f\n\n## Contribute\n\n\u2764\ufe0f Welcome! Details can be found in [Contributing](https://github.com/HFrost0/bilix/blob/master/CONTRIBUTING_EN.md)\n",
"github_repo": "HFrost0/bilix",
"github_stars": 1781,
"github_topics": [
"async",
"asyncio",
"cli",
"download",
"m3u8",
"python"
],
"homepage": "https://github.com/HFrost0/bilix",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 44,
"installs_365d": 596,
"installs_90d": 134,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "bilix",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4955,
"rank_365d": 4754,
"rank_90d": 4944,
"raw_hash": "5ab960df2736c1a6",
"recommended_dependencies": [],
"revision": 8,
"ruby_source_path": "Formula/b/bilix.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.18.9",
"versioned_formulae": [],
"why_use_this": null
}