Fix vidoza.net

This commit is contained in:
bytedream 2024-12-15 18:05:25 +01:00
parent fd3eda9c61
commit db0ccd9b56

View File

@ -235,7 +235,7 @@ export const Vidmoly: Match = {
export const Vidoza: Match = { export const Vidoza: Match = {
name: 'Vidoza', name: 'Vidoza',
id: 'vidoza', id: 'vidoza',
domains: ['vidoza.net'], domains: ['vidoza.net', 'videzz.net'],
regex: [/(?<=src:\s?").+?(?=")/gm], regex: [/(?<=src:\s?").+?(?=")/gm],
replace: true, replace: true,