source 1 outputs a m3u8: not file:

This commit is contained in:
lew 2025-08-07 18:27:27 +01:00 committed by GitHub
parent dd6dbeb107
commit 3a34d8ffd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,8 @@ export const vidifyAlfaEmbed = makeEmbed({
}
const stream = res[0];
if (!stream.file) {
throw new NotFoundError('No file URL found in stream');
if (!stream.m3u8) {
throw new NotFoundError('No m3u8 URL found in stream');
}
ctx.progress(100);