fix doodstream

This commit is contained in:
2026-01-11 21:17:42 +01:00
parent f200312ad5
commit 8cb9a83b2c

View File

@@ -4,6 +4,7 @@ export default {
name: 'Doodstream', name: 'Doodstream',
id: 'doodstream', id: 'doodstream',
domains: [ domains: [
'do7go.com',
'doodstream.com', 'doodstream.com',
'dood.pm', 'dood.pm',
'dood.ws', 'dood.ws',
@@ -34,7 +35,7 @@ export default {
referrer: `https://${window.location.host}/e/${window.location.pathname.split('/').slice(-1)[0]}` referrer: `https://${window.location.host}/e/${window.location.pathname.split('/').slice(-1)[0]}`
}); });
return { return {
type: HostMatchType.HLS, type: HostMatchType.NATIVE,
url: `${await response.text()}1234567890${match[2]}${Date.now()}` url: `${await response.text()}1234567890${match[2]}${Date.now()}`
}; };
} }