mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[yandexmusic] Skip removed tracks (#6666)
This commit is contained in:
		| @@ -67,7 +67,7 @@ class YandexMusicPlaylistBaseIE(InfoExtractor): | ||||
|         return [ | ||||
|             self.url_result( | ||||
|                 'http://music.yandex.ru/album/%s/track/%s' % (track['albums'][0]['id'], track['id'])) | ||||
|             for track in tracks] | ||||
|             for track in tracks if track.get('albums') and isinstance(track.get('albums'), list)] | ||||
|  | ||||
|  | ||||
| class YandexMusicAlbumIE(YandexMusicPlaylistBaseIE): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․