mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-12 23:32:06 +01:00
Fix doodstream.com
This commit is contained in:
@@ -26,6 +26,7 @@ export const Doodstream: Match = {
|
||||
'dood.to',
|
||||
'dood.so',
|
||||
'dood.la',
|
||||
'dood.li',
|
||||
'dood.re',
|
||||
'dood.yt',
|
||||
'doods.pro',
|
||||
@@ -213,6 +214,7 @@ export const Vidoza: Match = {
|
||||
id: 'vidoza',
|
||||
domains: ['vidoza.net'],
|
||||
regex: /(?<=src:\s?").+?(?=")/gm,
|
||||
replace: true,
|
||||
|
||||
match: async (match: RegExpMatchArray) => {
|
||||
return match[0];
|
||||
|
||||
Reference in New Issue
Block a user