mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Fix doodstream.com
This commit is contained in:
parent
6286acf85c
commit
3cd4c6b6b7
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user