We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de38196 commit 6109cd5Copy full SHA for 6109cd5
src/lib/host/vidmoly.ts
@@ -3,9 +3,8 @@ import { HostMatchType, type Host } from '@/lib/host';
3
export default {
4
name: 'Vidmoly',
5
id: 'vidmoly',
6
- domains: ['vidmoly.me', 'vidmoly.to'],
7
- regex: [/(?<=file:").+\.m3u8/gm],
8
- replace: true,
+ domains: ['vidmoly.me', 'vidmoly.net', 'vidmoly.to'],
+ regex: [/(?<=file:").+\.m3u8.*(?=")/gm],
9
10
match: async function (match: RegExpMatchArray) {
11
return {
0 commit comments