mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:47:07 -05:00 
			
		
		
		
	[zingmp3:album] Skip broken items
This commit is contained in:
		@@ -45,7 +45,9 @@ class ZingMp3BaseInfoExtractor(InfoExtractor):
 | 
			
		||||
            entries = []
 | 
			
		||||
 | 
			
		||||
            for i, item in enumerate(items, 1):
 | 
			
		||||
                entry = self._extract_item(item)
 | 
			
		||||
                entry = self._extract_item(item, fatal=False)
 | 
			
		||||
                if not entry:
 | 
			
		||||
                    continue
 | 
			
		||||
                entry['id'] = '%s-%d' % (id, i)
 | 
			
		||||
                entries.append(entry)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user