mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 11:13:25 +00:00
fix hls url format
This commit is contained in:
@@ -13,7 +13,7 @@ async function getVideowlUrlStream(ctx: EmbedScrapeContext, decryptedId: string)
|
|||||||
|
|
||||||
if (!videowlUrl) throw new NotFoundError('Failed to get videoOwlUrl');
|
if (!videowlUrl) throw new NotFoundError('Failed to get videoOwlUrl');
|
||||||
|
|
||||||
return `${videowlUrl}/${btoa(decryptedId)}.m3u8?${new URLSearchParams({
|
return `${videowlUrl}/0p/${btoa(decryptedId)}.m3u8?${new URLSearchParams({
|
||||||
double_encode: '1',
|
double_encode: '1',
|
||||||
})}`;
|
})}`;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user