Streamlink AI技能包 是 AI Skill Hub 本期精选AI工具之一。在 GitHub 上收获超过 12.2k 颗 Star,综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
直播流下载工具,支持 Twitch/YouTube/B站等平台直播录制和转存,开源且支持命令行使用
Streamlink AI技能包 是一款基于 Python 开发的开源工具,专注于 直播录制、视频下载、命令行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
直播流下载工具,支持 Twitch/YouTube/B站等平台直播录制和转存,开源且支持命令行使用
Streamlink AI技能包 是一款基于 Python 开发的开源工具,专注于 直播录制、视频下载、命令行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install streamlink
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install streamlink
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/streamlink/streamlink
cd streamlink
pip install -e .
# 验证安装
python -c "import streamlink; print('安装成功')"
# 下载直播流到文件 streamlink https://www.twitch.tv/channel best -o output.ts # 查看可用画质 streamlink https://www.twitch.tv/channel # 指定画质(720p) streamlink URL 720p -o video.mp4 # 持续录制直播(直到结束) streamlink --retry-streams 5 --retry-open 5 URL best -o recording.ts # 传输到 VLC 播放 streamlink URL best --player vlc
# streamlink 配置文件示例(config.yml) app: name: "streamlink" debug: false log_level: "INFO" # 运行时指定配置文件 streamlink --config config.yml # 或通过环境变量配置 export STREAMLINK_API_KEY="your-key" export STREAMLINK_OUTPUT_DIR="./output"
<p align="center"> <a href="https://streamlink.github.io/install.html"><img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/streamlink.svg?style=flat-square&maxAge=86400"></a> <a href="https://streamlink.github.io/changelog.html"><img alt="Latest release" src="https://img.shields.io/github/release/streamlink/streamlink.svg?style=flat-square&maxAge=86400"></a> <a href="https://github.com/streamlink/streamlink"><img alt="License" src="https://img.shields.io/github/license/streamlink/streamlink.svg?style=flat-square&maxAge=86400"></a> <a href="https://github.com/streamlink/streamlink/issues"><img alt="Open issues" src="https://img.shields.io/github/issues/streamlink/streamlink.svg?style=flat-square&maxAge=86400"></a> <a href="https://github.com/streamlink/streamlink/actions?query=event%3Apush"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/streamlink/streamlink/test.yml?branch=master&event=push&style=flat-square&maxAge=86400"></a> <a href="https://codecov.io/github/streamlink/streamlink?branch=master"><img alt="Overall code coverage" src="https://img.shields.io/codecov/c/github/streamlink/streamlink.svg?branch=master&style=flat-square&maxAge=86400"></a> </p>
<p align="center"> A Python library and command-line interface which pipes streams from various services into a video player.<br> Avoid resource-heavy and unoptimized websites, and still enjoy streamed content. </p>
<p align="center"> Streamlink was forked in 2016 from the abandoned <em>Livestreamer</em> project. </p>
Streamlink is built on top of a plugin system which allows support for new services to be added easily. Most of the popular streaming services are supported, such as Twitch, YouTube, and many more.
A list of all plugins currently included can be found on the [plugins page][streamlink-plugins].
Please take a look at the documentation for different ways of installing Streamlink:
After installing, simply run:
streamlink "STREAMURL" best
The default behavior of Streamlink is to play back streams in the [VLC player][player-vlc], but a lot of other options and output methods are available, such as writing the stream to the filesystem, reading stream metadata, etc.
For more in-depth usage, please refer to the [CLI documentation][streamlink-documentation-cli].
An [API guide][streamlink-documentation-apiguide] and [API reference][streamlink-documentation-apiref] is available for Python implementors of Streamlink.
Streamlink 是一个功能丰富的直播流下载工具,支持多个平台和命令行使用,值得推荐,但需要注意的是其风险提示为空,可能存在未知风险
该工具使用 BSD-2-Clause 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ BSD 2-Clause — 极度宽松,几乎可以任意使用,仅需保留版权声明。
经综合评估,Streamlink AI技能包 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Streamlink |
| 原始描述 | 直播流下载工具,支持 Twitch/YouTube/B站等平台直播录制和转存 |
| Topics | 直播录制视频下载命令行Python开源streaming |
| GitHub | https://github.com/streamlink/streamlink |
| License | BSD-2-Clause |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:BSD-2-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。