aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/oauth.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:47 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-12-25 01:27:47 -0500
commit4d7a4f1ecef2c96269f3590335d2834ebcdd50bf (patch)
treec66c0b829ed69c7424befddc193eaa51054b1410 /gallery_dl/oauth.py
parent30dee4697019389ef29458b2e3931adc976389b2 (diff)
New upstream version 1.26.5.upstream/1.26.5
Diffstat (limited to 'gallery_dl/oauth.py')
-rw-r--r--gallery_dl/oauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/oauth.py b/gallery_dl/oauth.py
index ac38c4d..8508ee1 100644
--- a/gallery_dl/oauth.py
+++ b/gallery_dl/oauth.py
@@ -138,6 +138,6 @@ class OAuth1API():
return self.extractor.request(url, **kwargs)
-@cache(maxage=100*365*24*3600, keyarg=0)
+@cache(maxage=36500*86400, keyarg=0)
def _token_cache(key):
return None, None