mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-23 00:18:55 +00:00
rename _is_jwt_token_expired to _jwt_is_expired
This commit is contained in:
@@ -20,7 +20,7 @@ class StacommuBaseIE(WrestleUniverseBaseIE):
|
||||
|
||||
@WrestleUniverseBaseIE._TOKEN.getter
|
||||
def _TOKEN(self):
|
||||
if self._REAL_TOKEN and self._is_jwt_token_expired(self._REAL_TOKEN):
|
||||
if self._REAL_TOKEN and self._jwt_is_expired(self._REAL_TOKEN):
|
||||
self._refresh_token()
|
||||
|
||||
return self._REAL_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user