mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 10:30:31 +02:00
Fix vidmoly & add it to README
This commit is contained in:
@ -199,9 +199,10 @@ export const Vidmoly: Match = {
|
||||
name: 'Vidmoly',
|
||||
id: 'vidmoly',
|
||||
domains: ['vidmoly.me', 'vidmoly.to'],
|
||||
regex: /(?<=file:").+\.m3u8(?=")/gm,
|
||||
regex: /(?<=file:").+\.m3u8/gm,
|
||||
|
||||
match: async (match: RegExpMatchArray) => {
|
||||
alert('a');
|
||||
return match[0];
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user