From b39deb412fc7ab0de72d0e1ee655bd34146ea4ef Mon Sep 17 00:00:00 2001 From: renxia Date: Fri, 23 Feb 2024 16:23:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E9=85=8D=E7=BD=AE=E5=8A=A0=E8=BD=BDURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/video-search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/video-search.ts b/src/lib/video-search.ts index ed19eea..de22b39 100644 --- a/src/lib/video-search.ts +++ b/src/lib/video-search.ts @@ -109,7 +109,7 @@ export class VideoSearch { if (needUpdate) { const url = - this.options.remoteConfigUrl || 'https://ghproxy.com/raw.githubusercontent.com/lzwme/m3u8-dl/main/test/remote-config.json'; + this.options.remoteConfigUrl || 'https://mirror.ghproxy.com/raw.githubusercontent.com/lzwme/m3u8-dl/main/test/remote-config.json'; const { data } = await req.get( url, null,