diff --git a/src/extractor/Vidoza.ts b/src/extractor/Vidoza.ts index e1a94f5..4fa025b 100644 --- a/src/extractor/Vidoza.ts +++ b/src/extractor/Vidoza.ts @@ -25,7 +25,7 @@ export class Vidoza extends Extractor { public override normalize(url: URL): URL { const id = url.pathname.match(/embed-([A-Za-z0-9]+)\.html?/i)?.[1] - || url.pathname.match(/\/([A-Za-z0-9]+)\.html?/i)?.[1]; + || url.pathname.match(/\/([A-Za-z0-9]+)\.html?/i)?.[1]; if (!id) return url;