mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-07 04:50:08 +01:00
fix quotes
This commit is contained in:
parent
251ed26068
commit
f2ef15539a
|
@ -49,7 +49,7 @@ def _real_extract(self, url):
|
|||
'title': self._html_extract_title(webpage),
|
||||
'uploader_id': uploader_id,
|
||||
'uploader_url': f'https://showup.tv/profile/{uploader_id}',
|
||||
'url': f'rtmp://{self._extract_player_var('transcoderAddr', webpage)}/webrtc/{stream_id}_aac',
|
||||
'url': f'rtmp://{self._extract_player_var("transcoderAddr", webpage)}/webrtc/{stream_id}_aac',
|
||||
'ext': 'flv',
|
||||
'is_live': True,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user