mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[livestream] Make clipBegin optional in SMIL
This commit is contained in:
		| @@ -73,8 +73,10 @@ class LivestreamIE(InfoExtractor): | ||||
|             for vn in video_nodes: | ||||
|                 tbr = int_or_none(vn.attrib.get('system-bitrate')) | ||||
|                 furl = ( | ||||
|                     'http://livestream-f.akamaihd.net/%s?v=3.0.3&fp=WIN%%2014,0,0,145&seek=%s' % | ||||
|                     (vn.attrib['src'], vn.attrib['clipBegin'])) | ||||
|                     'http://livestream-f.akamaihd.net/%s?v=3.0.3&fp=WIN%%2014,0,0,145' % | ||||
|                     (vn.attrib['src'])) | ||||
|                 if 'clipBegin' in vn.attrib: | ||||
|                     furl += '&ssek=' + vn.attrib['clipBegin'] | ||||
|                 formats.append({ | ||||
|                     'url': furl, | ||||
|                     'format_id': 'smil_%d' % tbr, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister