Skip to content

Commit

Permalink
fix: 更新默认远程配置加载URL
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Feb 23, 2024
1 parent a3728ed commit b39deb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/video-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<M3u8StorConfig['remoteConfig']['data']>(
url,
null,
Expand Down

0 comments on commit b39deb4

Please sign in to comment.