Skip to content

Commit

Permalink
更新streammlink为git最新版
Browse files Browse the repository at this point in the history
  • Loading branch information
auqhjjqdo committed Aug 11, 2023
1 parent d8fb088 commit c0030ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 简介

一款直播录制脚本,基于强大的[Streamlink](https://streamlink.github.io)
一款无人值守直播录制脚本,基于强大的[Streamlink](https://streamlink.github.io)
实现多平台直播源录制,通过挖掘直播平台官方API以轮询方式实现直播开播检测,致力于用最少的代码实现最多的功能

## 已支持平台
Expand All @@ -30,7 +30,6 @@

## 已知bug

- 抖音的部分直播间可能出现录制提示`Could not open stream: Unable to open URL`相关报错,正在尝试修复
- YouTube在录制单个频道多开直播间时会出现频繁中断,暂时无法修复
- 斗鱼直播因使用js引擎可能出现偶发的解析错误,会自动重试录制

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "live_recorder"
version = "v2.20"
version = "v2.21"
description = "基于Streamlink的全自动直播录制工具,已支持哔哩哔哩、斗鱼、虎牙、抖音、YouTube、Twitch等"
authors = ["auqhjjqdo <auqhjjqdo@qq.com>"]
readme = "README.md"
Expand All @@ -12,7 +12,8 @@ keywords = ["LiveRecorder", "Live", "Streamlink", "Bilibili", "Douyu", "Douyin",

[tool.poetry.dependencies]
python = "^3.8"
streamlink = "^6.0.0"
#streamlink = "^6.0.1"
streamlink = { git = "https://github.com/streamlink/streamlink" }
httpx = { extras = ["http2"], version = "^0.24.1" }
ffmpeg-python = "^0.2.0"
loguru = "^0.7.0"
Expand Down

0 comments on commit c0030ef

Please sign in to comment.