diff --git a/dist/dooflix/stream.js b/dist/dooflix/stream.js index b49ed24..257e837 100644 --- a/dist/dooflix/stream.js +++ b/dist/dooflix/stream.js @@ -15,6 +15,7 @@ const getStream = function (_a) { try { const streams = []; const response = yield fetch(link, { + redirect: "manual", headers: { Connection: "Keep-Alive", "User-Agent": "Mozilla/5.0 (WindowsNT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.37", diff --git a/providers/dooflix/stream.ts b/providers/dooflix/stream.ts index 4ecc7ec..75ab724 100644 --- a/providers/dooflix/stream.ts +++ b/providers/dooflix/stream.ts @@ -8,6 +8,7 @@ export const getStream = async function ({ try { const streams: Stream[] = []; const response = await fetch(link, { + redirect: "manual", headers: { Connection: "Keep-Alive", "User-Agent":