mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 13:15:13 +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.to',
|
||||||
'dood.so',
|
'dood.so',
|
||||||
'dood.la',
|
'dood.la',
|
||||||
|
'dood.li',
|
||||||
'dood.re',
|
'dood.re',
|
||||||
'dood.yt',
|
'dood.yt',
|
||||||
'doods.pro',
|
'doods.pro',
|
||||||
@ -213,6 +214,7 @@ export const Vidoza: Match = {
|
|||||||
id: 'vidoza',
|
id: 'vidoza',
|
||||||
domains: ['vidoza.net'],
|
domains: ['vidoza.net'],
|
||||||
regex: /(?<=src:\s?").+?(?=")/gm,
|
regex: /(?<=src:\s?").+?(?=")/gm,
|
||||||
|
replace: true,
|
||||||
|
|
||||||
match: async (match: RegExpMatchArray) => {
|
match: async (match: RegExpMatchArray) => {
|
||||||
return match[0];
|
return match[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user