Update Vidoza.ts

List fix 3.
This commit is contained in:
GSTAR 2025-12-01 00:20:40 +01:00 committed by GitHub
parent 80cd272690
commit 91a4f93ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;