Update TurboVidPlay.ts

This commit is contained in:
GSTAR 2025-12-09 16:25:52 +01:00 committed by GitHub
parent 194079d272
commit 904288f962
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ export class TurboVidPlay extends Extractor {
);
const groups = match?.groups as Record<string, string> | undefined;
const mediaUrl = groups?.url;
const mediaUrl = groups?.['url'];
if (!mediaUrl) {
throw new NotFoundError('Video link not found');