mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[fix] tagesschau videos
This commit is contained in:
		
							parent
							
								
									89fbac5763
								
							
						
					
					
						commit
						7dfcc3386e
					
				@ -83,7 +83,8 @@ def _story(item):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def _video(item):
 | 
			
		||||
    video_url = item['streams']['h264s']
 | 
			
		||||
    streams = item['streams']
 | 
			
		||||
    video_url = streams.get('h264s') or streams.get('h264m') or streams.get('h264l') or streams.get('h264xl')
 | 
			
		||||
    title = item['title']
 | 
			
		||||
 | 
			
		||||
    if "_vapp.mxf" in title:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user