Skip to content

Commit

Permalink
20241027.55 (rc20241027)
Browse files Browse the repository at this point in the history
- Update README.md、README.txt、changelog.txt
  • Loading branch information
nnn-revo2012 committed Oct 28, 2024
1 parent b679f6c commit 533c4e5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,22 @@ go build:
```
docker run --rm -it -v "$(pwd):/livedl" livedl "https://live.nicovideo.jp/watch/..."
```
## 参考にしたサイト
### 新コメントサーバー関連
- nicolive-comment-protobuf
https://github.com/n-air-app/nicolive-comment-protobuf
- 帰ってきたニコニコのニコ生コメントサーバーからのコメント取得備忘録
https://qiita.com/DaisukeDaisuke/items/3938f245caec1e99d51e
- NDGRClient
https://github.com/tsukumijima/NDGRClient
- protobuf
https://github.com/protocolbuffers/protobuf/releases
- protobuf-go
https://github.com/protocolbuffers/protobuf-go
9 changes: 8 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livedl-rc20241017 (20241017.55-windows-amd64)
livedl-rc20241027 (20241027.55-windows-amd64)
Usage:
livedl [COMMAND] options... [--] FILE

Expand Down Expand Up @@ -103,6 +103,13 @@ FILE:


更新履歴
20241027.55 (rc20241027)
- ニコ生新仕様(2024/08/05)対応
- タイムシフトのみ対応(リアルタイム録画はコメント取得しません)
- 新コメントサーバーアクセス関数作成
nico_stream.go、nico_message.go、nico_packed.go
(以前のものはライセンスの違いにより削除)

20241017.55 (rc20241017)
- ニコ生新仕様(2024/08/05)対応
- 'getProps: page not found'と表示され録画しないのを修正
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
更新履歴
20241027.55 (rc20241027)
- ニコ生新仕様(2024/08/05)対応
- タイムシフトのみ対応(リアルタイム録画はコメント取得しません)
- 新コメントサーバーアクセス関数作成
nico_stream.go、nico_message.go、nico_packed.go
(以前のものはライセンスの違いにより削除)

20241017.55 (rc20241017)
- ニコ生新仕様(2024/08/05)対応
- 'getProps: page not found'と表示され録画しないのを修正
Expand Down

0 comments on commit 533c4e5

Please sign in to comment.