mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 17:53:11 +00:00 
			
		
		
		
	LiveLeak: support more original videos
some (old?) videos use ...mp4.h264_270p.mp4... instead of ...mp4.h264_base.mp4... This is an addition to #4768
This commit is contained in:
		
							parent
							
								
									755a9d3d1a
								
							
						
					
					
						commit
						9fd24e3a22
					
				| @ -85,7 +85,7 @@ class LiveLeakIE(InfoExtractor): | ||||
|             'url': s['file'], | ||||
|         } for i, s in enumerate(sources)] | ||||
|         for i, s in enumerate(sources): | ||||
|             orig_url = s['file'].replace('.h264_base.mp4', '') | ||||
|             orig_url = re.sub(r'.h264_.+\.mp4', '', s['file']) | ||||
|             if s['file'] != orig_url: | ||||
|                 formats.append({ | ||||
|                     'format_id': 'original-%s' % i, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 jomo
						jomo