Skip to content

Commit 7ba3512

Browse files
committed
update readme
1 parent ac48b9a commit 7ba3512

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- [x] 时光直播
4747
- [x] 映客直播
4848
- [x] 音播直播
49+
- [x] 知乎直播
4950
- [x] CHZZK
5051
- [ ] 更多平台正在更新中
5152

@@ -60,19 +61,22 @@
6061
├── /logs -> (save runing log file)
6162
├── /backup_config -> (backup file)
6263
├── /libs -> (dll file)
64+
├── /douyinliverecorder -> (package)
65+
├── spider.py-> (get live data)
66+
├── stream.py-> (get live stream address)
67+
├── utils.py -> (contains utility functions)
68+
├── logger.py -> (logger handdle)
69+
├── web_rid.py -> (get web_rid)
70+
├── msg_push.py -> (send live status update message)
71+
├── x-bogus.js -> (get douyin xbogus token)
6372
├── main.py -> (main file)
64-
├── spider.py-> (get live url)
65-
├── utils.py -> (contains utility functions)
66-
├── logger.py -> (logger handdle)
67-
├── web_rid.py -> (get web_rid)
68-
├── msg_push.py -> (send live status update message)
69-
├── cookies.py -> (get douyin cookies)
70-
├── x-bogus.js -> (get douyin xbogus token)
73+
├── demo.py -> (call package test demo)
7174
├── ffmpeg.exe -> (record video)
7275
├── index.html -> (play m3u8 and flv video)
7376
├── requirements.txt -> (library dependencies)
7477
├── docker-compose.yaml -> (Container Orchestration File)
7578
├── Dockerfile -> (Application Build Recipe)
79+
...
7680
```
7781

7882
</div>
@@ -202,6 +206,9 @@ https://www.inke.cn/liveroom/index.html?uid=22954469&id=1720860391070904
202206
音播直播:
203207
https://live.ybw1666.com/800002949
204208
209+
知乎直播:
210+
https://www.zhihu.com/theater/114453
211+
205212
CHZZK:
206213
https://chzzk.naver.com/live/458f6ec20b034f49e0fc6d03921646d2
207214
```
@@ -325,17 +332,24 @@ docker-compose stop
325332
[![missuo](https://github.com/missuo.png?size=50)](https://github.com/missuo)
326333
<a href="https://github.com/xueli12" target="_blank"><img src="https://github.com/xueli12.png?size=50" alt="xueli12" style="width:53px; height:51px;" /></a>
327334
<a href="https://github.com/kaine1973" target="_blank"><img src="https://github.com/kaine1973.png?size=50" alt="kaine1973" style="width:53px; height:51px;" /></a>
335+
<a href="https://github.com/yinruiqing" target="_blank"><img src="https://github.com/yinruiqing.png?size=50" alt="yinruiqing" style="width:53px; height:51px;" /></a>
328336
<a href="https://github.com/Max-Tortoise" target="_blank"><img src="https://github.com/Max-Tortoise.png?size=50" alt="Max-Tortoise" style="width:53px; height:51px;" /></a>
329337
[![justdoiting](https://github.com/justdoiting.png?size=50)](https://github.com/justdoiting)
338+
[![dhbxs](https://github.com/dhbxs.png?size=50)](https://github.com/dhbxs)
330339
[![wujiyu115](https://github.com/wujiyu115.png?size=50)](https://github.com/wujiyu115)
331340
&emsp;
332341

333342
## ⏳提交日志
334343

344+
- 20241005
345+
- 新增邮箱和Bark推送
346+
- 新增直播注释停止录制
347+
- 优化分段录制
348+
- 重构部分代码
349+
335350
- 20240928
336-
- 新增CHZZK直播录制
351+
- 新增知乎直播、CHZZK直播录制
337352
- 修复音播直播录制
338-
339353
- 20240903
340354
- 新增抖音双屏录制、音播直播录制
341355
- 修复PandaTV、bigo直播录制

0 commit comments

Comments
 (0)