From e861e613f4a24c3e67108d6c28fc4e4e5ed423f8 Mon Sep 17 00:00:00 2001 From: Vinlic Date: Sat, 25 Nov 2023 21:58:11 +0800 Subject: [PATCH] update README --- README.en-US.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 7d6b1c2..81aefbb 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -679,7 +679,7 @@ const video = wvc.createSingleVideo({ fps: 60, outputPath: "./t2.mp4", showProgress: true, - url: "https://www.bilibili.com/v/popular/all/?spm_id_from=333.1007.0.0", + url: "https://www.bilibili.com/v/popular/all/", // Setting up the action sequence timeActions: { 3000: actionFn, diff --git a/README.md b/README.md index 7877ddc..b4e7476 100644 --- a/README.md +++ b/README.md @@ -680,7 +680,7 @@ const video = wvc.createSingleVideo({ fps: 60, outputPath: "./t2.mp4", showProgress: true, - url: "https://www.bilibili.com/v/popular/all/?spm_id_from=333.1007.0.0", + url: "https://www.bilibili.com/v/popular/all/", // 设置动作序列 timeActions: { 3000: actionFn,