|
46 | 46 | - [x] 时光直播 |
47 | 47 | - [x] 映客直播 |
48 | 48 | - [x] 音播直播 |
| 49 | +- [x] 知乎直播 |
49 | 50 | - [x] CHZZK |
50 | 51 | - [ ] 更多平台正在更新中 |
51 | 52 |
|
|
60 | 61 | ├── /logs -> (save runing log file) |
61 | 62 | ├── /backup_config -> (backup file) |
62 | 63 | ├── /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) |
63 | 72 | ├── 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) |
71 | 74 | ├── ffmpeg.exe -> (record video) |
72 | 75 | ├── index.html -> (play m3u8 and flv video) |
73 | 76 | ├── requirements.txt -> (library dependencies) |
74 | 77 | ├── docker-compose.yaml -> (Container Orchestration File) |
75 | 78 | ├── Dockerfile -> (Application Build Recipe) |
| 79 | + ... |
76 | 80 | ``` |
77 | 81 |
|
78 | 82 | </div> |
@@ -202,6 +206,9 @@ https://www.inke.cn/liveroom/index.html?uid=22954469&id=1720860391070904 |
202 | 206 | 音播直播: |
203 | 207 | https://live.ybw1666.com/800002949 |
204 | 208 |
|
| 209 | +知乎直播: |
| 210 | +https://www.zhihu.com/theater/114453 |
| 211 | +
|
205 | 212 | CHZZK: |
206 | 213 | https://chzzk.naver.com/live/458f6ec20b034f49e0fc6d03921646d2 |
207 | 214 | ``` |
@@ -325,17 +332,24 @@ docker-compose stop |
325 | 332 | [](https://github.com/missuo) |
326 | 333 | <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> |
327 | 334 | <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> |
328 | 336 | <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> |
329 | 337 | [](https://github.com/justdoiting) |
| 338 | +[](https://github.com/dhbxs) |
330 | 339 | [](https://github.com/wujiyu115) |
331 | 340 |   |
332 | 341 |
|
333 | 342 | ## ⏳提交日志 |
334 | 343 |
|
| 344 | +- 20241005 |
| 345 | + - 新增邮箱和Bark推送 |
| 346 | + - 新增直播注释停止录制 |
| 347 | + - 优化分段录制 |
| 348 | + - 重构部分代码 |
| 349 | + |
335 | 350 | - 20240928 |
336 | | - - 新增CHZZK直播录制 |
| 351 | + - 新增知乎直播、CHZZK直播录制 |
337 | 352 | - 修复音播直播录制 |
338 | | - |
339 | 353 | - 20240903 |
340 | 354 | - 新增抖音双屏录制、音播直播录制 |
341 | 355 | - 修复PandaTV、bigo直播录制 |
|
0 commit comments