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'],
|
'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,
|
||||||
|
|||||||
Reference in New Issue
Block a user