@bililive-tools/douyin-recorder 1.5.0 → 1.5.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/lib/douyin_api.js CHANGED
@@ -105,6 +105,7 @@ export async function getRoomInfo(webRoomId, opts = {}) {
105
105
  // enter_source:,
106
106
  "Room-Enter-User-Login-Ab": 0,
107
107
  is_need_double_stream: "false",
108
+ a_bogus: "1",
108
109
  },
109
110
  headers: {
110
111
  cookie: cookies,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bililive-tools/douyin-recorder",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "@bililive-tools douyin recorder implemention",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",