Skip to content

Commit

Permalink
update v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed Jun 15, 2020
1 parent c784f4a commit 67a4333
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/release.info
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* 优化[#45](/~https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/45):将命令交互放入Daemon线程
* 增加一个异常处理
* 修复[#47](/~https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/47):尝试修复虎牙录制一段时间后自动断开的问题
4 changes: 2 additions & 2 deletions .github/release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"tag_main": "2.10.0",
"tag_latest": "2.10.1"
"tag_main": "2.11.0",
"tag_latest": "2.11.0"
}
2 changes: 2 additions & 0 deletions UPDATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 更新
+ V2.11.0
* 修复[#47](/~https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/47):尝试修复虎牙录制一段时间后自动断开的问题
+ V2.10.1
* 优化[#45](/~https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/45):将命令交互放入Daemon线程
* 增加一个异常处理
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>top.nicelee</groupId>
<artifactId>live-record</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<name>iLiveRecord</name>
<description>B站、Acfun、斗鱼、虎牙、快手、战旗、花椒直播录制</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/nicelee/bilibili/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class Main {

final static String version = "v2.10.1";
final static String version = "v2.11.0";
public static Thread thRecord;
public static Thread thMonitor;
public static Thread thCommand;
Expand All @@ -30,7 +30,7 @@ public static void main(String[] args) throws IOException {
// args = new String[] {
// "plugin=true&debug=false&check=true&retryAfterMinutes=0.5&retryIfLiveOff=true&liver=douyu&qnPri=高清>蓝光4M>超清>蓝光>流畅&qn=-1&id=312212&saveFolder=D:\\Workspace&fileName=测试{liver}-{name}-{startTime}-{endTime}-{seq}&saveFolderAfterCheck=D:\\Workspace\\live-test" }; // 清晰度全部可选,但部分高清需要cookie
// args = new String[] { "debug=true&check=true&liver=kuaishou&id=mianf666&qn=0&delete=false&fileName=测试{liver}-{name}-{startTime}-{endTime}-{seq}&timeFormat=yyyyMMddHHmm" }; // 清晰度全部可选,可不需要cookie
// args = new String[]{"debug=true&check=false&liver=huya&id=gushouyu"}; // 清晰度全部可选,可不需要cookie
// args = new String[]{"debug=true&check=false&liver=huya&id=890001"}; // 清晰度全部可选,可不需要cookie
// args = new String[]{"debug=true&check=true&liver=yy&id=28581146&qn=1"}; // 只支持默认清晰度 54880976
// args = new String[] { "debug=true&check=true&liver=zhanqi&id=90god" }; // 清晰度全部可选,可不需要cookie 90god huashan ydjs
// args = new String[] { "debug=true&check=true&liver=huajiao&id=278581432&qn=1" }; // 只支持默认清晰度(似乎只有一种清晰度)
Expand Down

0 comments on commit 67a4333

Please sign in to comment.