We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abfb59 commit 72ad4a4Copy full SHA for 72ad4a4
lib/services/notebooklm/client.ts
@@ -96,6 +96,14 @@ export class NotebookLMClient {
96
return new NotebookLMClient(auth);
97
}
98
99
+ /**
100
+ * Get the raw cookie header string for authenticated fetch calls.
101
+ * Useful for downloading auth-gated resources (e.g., infographic images).
102
+ */
103
+ getCookieHeader(): string {
104
+ return this.auth.cookieHeader;
105
+ }
106
+
107
// -------------------------------------------------------------------------
108
// Internal RPC helper
109
0 commit comments