-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update v2.25.0
- Loading branch information
Showing
9 changed files
with
58 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* 修复[#105](https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/105),[#102](https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/105) `douyin`正则匹配修复 | ||
* 修复快手录制 | ||
* 优化:去除解析器里面的`System.exit`使用 | ||
* 修复: 抖音直播`liver=douyin2` | ||
* 修复[#113](https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/113): 虎牙从网页里面抠的内容有延迟,主播下播后可能误认为仍在直播。为此,获取直播链接后增加有效性检查。 | ||
* 新增[#5](https://github.com/nICEnnnnnnnLee/BilibiliLiveRecorder/issues/5) : 尝试使用另一种方式获取虎牙直播信息,该方式没有延迟。 `liver=huya2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"tag_main": "2.24.0", | ||
"tag_latest": "2.24.0" | ||
"tag_main": "2.25.0", | ||
"tag_latest": "2.25.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,16 +13,23 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '8' | ||
|
||
- name: Read tag_main | ||
id: tag_main | ||
uses: ashley-taylor/[email protected] | ||
with: | ||
path: ./.github/release.json | ||
property: tag_main | ||
|
||
- name: Read tag_latest | ||
id: tag_latest | ||
uses: ashley-taylor/read-json-property-action@v1.0 | ||
uses: ashley-taylor/read-json-property-action@v1.1 | ||
with: | ||
path: ./.github/release.json | ||
property: tag_latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters