mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
instagram: lower expiry frame by 10 seconds
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user