From d8aa6264c5880b63784efd01bd2ead062782ee14 Mon Sep 17 00:00:00 2001 From: RrOrange <542716863@qq.com> Date: Wed, 5 Apr 2023 23:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E7=83=AD=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Ddy=E6=97=A0=E6=B3=95=E8=A7=A3=E6=9E=90=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 42ddfda..6192f5e 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -177,7 +177,7 @@ export class tools extends plugin { const urlTypeCode = item.aweme_type; const urlType = douyinTypeMap[urlTypeCode]; if (urlType === "video") { - const resUrl = item.video.play_addr_h264.url_list[0].replace( + const resUrl = item.video.play_addr.url_list[0].replace( "http", "https", );