Update TurboVidPlay.ts
This commit is contained in:
parent
194079d272
commit
904288f962
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue