1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 01:18:30 +00:00

fix my own typo

This commit is contained in:
bashonly 2025-06-25 19:18:02 +00:00 committed by GitHub
parent 5d73d41d19
commit 0d2af92748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -284,7 +284,7 @@ def _real_extract(self, url):
'url': data['playback']['service']['url'], 'url': data['playback']['service']['url'],
} }
else: else:
raise ExtractorError(f'Unsupported playback type "{playback_type}") raise ExtractorError(f'Unsupported playback type "{playback_type}"')
return { return {
'id': video_id, 'id': video_id,