hotfix: 修复爱奇艺短视频无法获取弹幕的问题

This commit is contained in:
lyz05
2023-01-07 14:42:51 +08:00
parent 55c92aac13
commit ac02db12ec

View File

@@ -75,7 +75,7 @@ function Iqiyi() {
const font = extract(xml, "font");
// 控制步长,减小内存占用
const step = Math.floor(danmaku.length*length/10000);
const step = Math.ceil(danmaku.length*length/10000);
// console.log(step)
for (let i = 0; i < danmaku.length; i+=step) {
// console.log(bulletInfo)