Spaces:
Running
Running
rippanteq7
commited on
Commit
•
9cf0039
1
Parent(s):
36c1eed
Update index.js
Browse files
index.js
CHANGED
@@ -95,7 +95,7 @@ const utils = {
|
|
95 |
let dl = html.match(/href="(.*?)".*id="downloadButton"/)?.[1]
|
96 |
return dl
|
97 |
? {
|
98 |
-
|
99 |
download: dl
|
100 |
}
|
101 |
: false
|
|
|
95 |
let dl = html.match(/href="(.*?)".*id="downloadButton"/)?.[1]
|
96 |
return dl
|
97 |
? {
|
98 |
+
cookie: resp.headers.get('set-cookie'),
|
99 |
download: dl
|
100 |
}
|
101 |
: false
|