mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:27:06 -05:00 
			
		
		
		
	[beeg] Skip empty URLs (Closes #7392)
This commit is contained in:
		@@ -33,6 +33,8 @@ class BeegIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        formats = []
 | 
					        formats = []
 | 
				
			||||||
        for format_id, video_url in video.items():
 | 
					        for format_id, video_url in video.items():
 | 
				
			||||||
 | 
					            if not video_url:
 | 
				
			||||||
 | 
					                continue
 | 
				
			||||||
            height = self._search_regex(
 | 
					            height = self._search_regex(
 | 
				
			||||||
                r'^(\d+)[pP]$', format_id, 'height', default=None)
 | 
					                r'^(\d+)[pP]$', format_id, 'height', default=None)
 | 
				
			||||||
            if not height:
 | 
					            if not height:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user