mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:17:08 -05:00 
			
		
		
		
	[livestream] Video IDs should always be strings (#2234)
This commit is contained in:
		@@ -150,7 +150,7 @@ class LivestreamIE(InfoExtractor):
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    def _extract_stream_info(self, stream_info):
 | 
			
		||||
        broadcast_id = stream_info['broadcast_id']
 | 
			
		||||
        broadcast_id = compat_str(stream_info['broadcast_id'])
 | 
			
		||||
        is_live = stream_info.get('is_live')
 | 
			
		||||
 | 
			
		||||
        formats = []
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user