mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-14 06:53:47 +03:00
Update yt_dlp/extractor/mixcloud.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -213,8 +213,8 @@ class MixcloudIE(MixcloudBaseIE):
|
|||||||
'like_count': ('favorites', 'totalCount', {int_or_none}),
|
'like_count': ('favorites', 'totalCount', {int_or_none}),
|
||||||
'repost_count': ('reposts', 'totalCount', {int_or_none}),
|
'repost_count': ('reposts', 'totalCount', {int_or_none}),
|
||||||
'comment_count': ('comments', 'totalCount', {int_or_none}),
|
'comment_count': ('comments', 'totalCount', {int_or_none}),
|
||||||
'tags': ('tags', ..., 'tag', 'name', {str}, all, filter),
|
'tags': ('tags', ..., 'tag', 'name', {str}, filter, all, filter),
|
||||||
'artists': ('featuringArtistList', ..., {str}, all, filter),
|
'artists': ('featuringArtistList', ..., {str}, filter, all, filter),
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user