Skip to content

Commit 6109cd5

Browse files
committed
fix vidmoly
1 parent de38196 commit 6109cd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/host/vidmoly.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ import { HostMatchType, type Host } from '@/lib/host';
33
export default {
44
name: 'Vidmoly',
55
id: 'vidmoly',
6-
domains: ['vidmoly.me', 'vidmoly.to'],
7-
regex: [/(?<=file:").+\.m3u8/gm],
8-
replace: true,
6+
domains: ['vidmoly.me', 'vidmoly.net', 'vidmoly.to'],
7+
regex: [/(?<=file:").+\.m3u8.*(?=")/gm],
98

109
match: async function (match: RegExpMatchArray) {
1110
return {

0 commit comments

Comments
 (0)