Update yt_dlp/extractor/mixcloud.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
sepro
2025-04-06 19:48:21 +02:00
committed by GitHub
co-authored by bashonly
parent bdca66fad9
commit ce8a41099a
+2 -2
View File
@@ -213,8 +213,8 @@ class MixcloudIE(MixcloudBaseIE):
'like_count': ('favorites', 'totalCount', {int_or_none}),
'repost_count': ('reposts', 'totalCount', {int_or_none}),
'comment_count': ('comments', 'totalCount', {int_or_none}),
'tags': ('tags', ..., 'tag', 'name', {str}, all, filter),
'artists': ('featuringArtistList', ..., {str}, all, filter),
'tags': ('tags', ..., 'tag', 'name', {str}, filter, all, filter),
'artists': ('featuringArtistList', ..., {str}, filter, all, filter),
}),
}