From 84f5a0da3b4218ff25efb2142cc705d421ab4139 Mon Sep 17 00:00:00 2001 From: pxskm4tvn <2836285168@qq.com> Date: Wed, 18 Sep 2024 00:02:03 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=B8=BB=E5=87=BD=E6=95=B0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 主函数.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/主函数.md b/主函数.md index bd05820..1f044ec 100644 --- a/主函数.md +++ b/主函数.md @@ -17,9 +17,7 @@ async function main() { // 将CID号写入本地文件 fs.writeFileSync('cid.txt', cidList.join('\n'), 'utf-8'); - // 对于每个 - -CID号,爬取弹幕内容 + // 对于每个CID号,爬取弹幕内容 cidList.forEach(cid => { getChat(cid); });