From a1d5158bc85586c5e7313d97e98f9910a0ea68ab Mon Sep 17 00:00:00 2001 From: dirkf Date: Thu, 26 Jan 2023 13:20:11 +0000 Subject: [PATCH] Use playlist_id for JSON d/l --- youtube_dl/extractor/americastestkitchen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/americastestkitchen.py b/youtube_dl/extractor/americastestkitchen.py index e66707713..08d3604e9 100644 --- a/youtube_dl/extractor/americastestkitchen.py +++ b/youtube_dl/extractor/americastestkitchen.py @@ -188,7 +188,7 @@ class AmericasTestKitchenSeasonIE(InfoExtractor): season_search = self._download_json( 'https://y1fnzxui30-dsn.algolia.net/1/indexes/everest_search_%s_season_desc_production' % slug, - playlist_title, headers={ + playlist_id, headers={ 'Origin': 'https://www.americastestkitchen.com', 'X-Algolia-API-Key': '8d504d0099ed27c1b73708d22871d805', 'X-Algolia-Application-Id': 'Y1FNZXUI30',