mirror of
https://github.com/imputnet/cobalt.git
synced 2025-03-03 21:26:20 +00:00
instagram: lower expiry frame by 10 seconds
This commit is contained in:
parent
8f5642763b
commit
9d239525e1
|
@ -27,7 +27,7 @@ async function findDtsgId(cookie) {
|
|||
const token = data.match(/"dtsg":{"token":"(.*?)"/)[1];
|
||||
|
||||
cachedDtsg.value = token;
|
||||
cachedDtsg.expiry = Date.now() + 86400000;
|
||||
cachedDtsg.expiry = Date.now() + 86390000;
|
||||
|
||||
if (token) return token;
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue