rippanteq7 commited on
Commit
9cf0039
1 Parent(s): 36c1eed

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -95,7 +95,7 @@ const utils = {
95
  let dl = html.match(/href="(.*?)".*id="downloadButton"/)?.[1]
96
  return dl
97
  ? {
98
- cookies: resp.headers.get('set-cookie'),
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