Update Vidmoly.ts
This commit is contained in:
parent
ae00b2f5b5
commit
6143a37d02
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export class Vidmoly extends Extractor {
|
|||
|
||||
// Extract HLS URL
|
||||
const sourcesMatch = embedHtml.match(/sources:\s*\[\{file:"(?<url>[^"]+)"/);
|
||||
const mediaUrl = sourcesMatch?.groups?.url;
|
||||
const mediaUrl = sourcesMatch?.groups?.['url'];
|
||||
|
||||
let height: number | undefined;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue