From 91a4f93ea745a23e88859c6f0fec41418641fd54 Mon Sep 17 00:00:00 2001 From: GSTAR <44748406+GLlgGL@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:20:40 +0100 Subject: [PATCH] Update Vidoza.ts List fix 3. --- src/extractor/Vidoza.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;