diff --git a/packages/archive/src/lib/parser.ts b/packages/archive/src/lib/parser.ts index 2401b88..e8cc9ba 100644 --- a/packages/archive/src/lib/parser.ts +++ b/packages/archive/src/lib/parser.ts @@ -31,6 +31,8 @@ export async function getResponse( headers: { "x-luogu-type": "content-only", "x-lentille-request": "content-only", + "User-Agent": "LDABot", + From: "lda@piterator.com", ...(cookie ? { cookie: process.env.COOKIE! } : {}), }, cache: "no-cache",