Update Vidoza.ts
List fix 3.
This commit is contained in:
parent
80cd272690
commit
91a4f93ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue