mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-02-04 05:16:27 +01:00
fix doodstream
This commit is contained in:
@@ -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()}`
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user