From 1dfc0e9d49785fc72c05af800641e110afae1e45 Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 30 Apr 2025 02:27:36 -0500 Subject: [PATCH] oops Authored by: bashonly --- yt_dlp/extractor/zdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/zdf.py b/yt_dlp/extractor/zdf.py index 2df0477873..5c71fcab09 100644 --- a/yt_dlp/extractor/zdf.py +++ b/yt_dlp/extractor/zdf.py @@ -533,7 +533,7 @@ query VideoByCanonical($canonical: String!) { ..., 'aspectRatio', {self._parse_aspect_ratio}, any)) ptmd_result = self._extract_ptmd(ptmd_info, video_id, self._get_api_token(), aspect_ratio) # This was the video id before the graphql redesign, other extractors still use it as such - old_archive_id = ptmd_data.pop('id') + old_archive_id = ptmd_result.pop('id') return { 'id': video_id,