mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-17 01:00:44 +01:00
fix vidmoly
This commit is contained in:
@@ -3,9 +3,8 @@ import { HostMatchType, type Host } from '@/lib/host';
|
|||||||
export default {
|
export default {
|
||||||
name: 'Vidmoly',
|
name: 'Vidmoly',
|
||||||
id: 'vidmoly',
|
id: 'vidmoly',
|
||||||
domains: ['vidmoly.me', 'vidmoly.to'],
|
domains: ['vidmoly.me', 'vidmoly.net', 'vidmoly.to'],
|
||||||
regex: [/(?<=file:").+\.m3u8/gm],
|
regex: [/(?<=file:").+\.m3u8.*(?=")/gm],
|
||||||
replace: true,
|
|
||||||
|
|
||||||
match: async function (match: RegExpMatchArray) {
|
match: async function (match: RegExpMatchArray) {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user