From 2f3929ba1a79996779deb4ad0d7b11368ca355ac Mon Sep 17 00:00:00 2001 From: tcely Date: Sat, 29 Aug 2026 19:22:47 -0400 Subject: [PATCH] [ie/applepodcasts] Fix token caching (#17567) Fix aaf7405ba3a45b32c59f160426efc9b561af035a Authored by: tcely --- yt_dlp/extractor/applepodcasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/applepodcasts.py b/yt_dlp/extractor/applepodcasts.py index d4535ca836..bda5cbdecf 100644 --- a/yt_dlp/extractor/applepodcasts.py +++ b/yt_dlp/extractor/applepodcasts.py @@ -28,7 +28,7 @@ class AppleBaseIE(InfoExtractor): def _get_token(self, webpage, episode_id): if self._jwt_cache.get(self._BASE_URL) and not self._jwt_is_expired(self._jwt_cache[self._BASE_URL]): - return self._jwt + return self._jwt_cache[self._BASE_URL] js_path = self._search_regex( r'