mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[limelight:media] improve http formats extraction
This commit is contained in:
@@ -59,7 +59,7 @@ def _extract_info(self, streams, mobile_urls, properties):
|
|||||||
format_id = 'rtmp'
|
format_id = 'rtmp'
|
||||||
if stream.get('videoBitRate'):
|
if stream.get('videoBitRate'):
|
||||||
format_id += '-%d' % int_or_none(stream['videoBitRate'])
|
format_id += '-%d' % int_or_none(stream['videoBitRate'])
|
||||||
http_url = 'http://%s/%s' % (rtmp.group('host').replace('csl.', 'cpl.'), rtmp.group('playpath')[4:])
|
http_url = 'http://cpl.delvenetworks.com/' + rtmp.group('playpath')[4:]
|
||||||
urls.append(http_url)
|
urls.append(http_url)
|
||||||
http_fmt = fmt.copy()
|
http_fmt = fmt.copy()
|
||||||
http_fmt.update({
|
http_fmt.update({
|
||||||
|
|||||||
Reference in New Issue
Block a user