remove ip lock from ridoo

This commit is contained in:
Jorrin
2024-01-04 21:21:18 +01:00
parent cc400aebb7
commit 2f892eec7b

View File

@@ -38,7 +38,7 @@ export const ridooScraper = makeEmbed({
type: 'hls', type: 'hls',
playlist: url, playlist: url,
captions: [], captions: [],
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED], flags: [flags.CORS_ALLOWED],
}, },
], ],
}; };