Skip to content

Commit

Permalink
fix: URL error
Browse files Browse the repository at this point in the history
  • Loading branch information
xgqfrms committed Sep 22, 2024
1 parent 38af704 commit 8892e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ const treeFlatRecursiveTraversal = async (folderName = rootFolder) => {
url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
break;
case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/02 Speaking Sample 2.mp4`:
url = `https://www.bilibili.com/video/BV15ueuetEKJ/`;
url = `https://www.bilibili.com/video/BV1kDeMe6ECZ/`;
break;
case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/03 Speaking Sample 3.mp4`:
url = `https://www.bilibili.com/video/BV1PbeueyEuE/`;
url = `https://www.bilibili.com/video/BV15ueuetEKJ/`;
break;
case `《雅思考试官方指南》(第2版)/视频:口语考试实况录像/04 Speaking Sample 4.mp4`:
url = `https://www.bilibili.com/video/BV1hVeueRE42/`;
Expand Down

0 comments on commit 8892e04

Please sign in to comment.