mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-28 15:28:30 +00:00
minutia
This commit is contained in:
parent
caf6b40762
commit
5d73d41d19
@ -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!r}')
|
raise ExtractorError(f'Unsupported playback type "{playback_type}")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user