mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-13 19:55:25 +00:00
minutia
This commit is contained in:
@@ -284,7 +284,7 @@ class LSMReplayIE(InfoExtractor):
|
||||
'url': data['playback']['service']['url'],
|
||||
}
|
||||
else:
|
||||
raise ExtractorError(f'Unsupported playback type {playback_type!r}')
|
||||
raise ExtractorError(f'Unsupported playback type "{playback_type}")
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
||||
Reference in New Issue
Block a user