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