Authored by: bashonly
This commit is contained in:
bashonly 2025-04-30 02:27:36 -05:00
parent 215d54664e
commit 1dfc0e9d49
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -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,