mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-28 14:53:40 +03:00
add buffer argument to _jwt_is_expired
This commit is contained in:
@@ -86,7 +86,7 @@ class DigitalConcertHallIE(InfoExtractor):
|
||||
|
||||
@property
|
||||
def _access_token_is_expired(self):
|
||||
return self._jwt_is_expired(self._access_token)
|
||||
return self._jwt_is_expired(self._access_token, 30)
|
||||
|
||||
def _set_access_token(self, value):
|
||||
self._access_token = value
|
||||
|
||||
Reference in New Issue
Block a user