@bililive-tools/douyin-recorder 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ const { id } = await provider.resolveChannelInfoFromURL(url);
|
|
|
85
85
|
| 描述 | 备注 |
|
|
86
86
|
| ---------------- | ---------------------------------------- |
|
|
87
87
|
| web直播间接口 | 效果不错 |
|
|
88
|
-
| mobile直播间接口 |
|
|
88
|
+
| mobile直播间接口 | 不易风控,无验证码,海外IP可能无法使用 |
|
|
89
89
|
| 直播间web解析 | 易风控,有验证码,单个接口1M流量 |
|
|
90
90
|
| 用户web解析 | 不易风控,海外IP无法使用,单个接口1M流量 |
|
|
91
91
|
| 负载均衡 | 使用负载均衡算法来分摊防止风控 |
|
package/lib/index.js
CHANGED