1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
biggestsonicfan 2025-03-07 23:03:32 +01:00 committed by GitHub
commit 70a1b15773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3573,6 +3573,8 @@ def _extract_comment(self, entities, parent=None):
'author_thumbnail': ('author', 'avatarThumbnailUrl', {url_or_none}),
'author_is_uploader': ('author', 'isCreator', {bool}),
'author_is_verified': ('author', 'isVerified', {bool}),
'author_is_member': ('author', 'sponsorBadgeA11y', {str}),
'author_member_badge': ('author', 'sponsorBadgeUrl', {url_or_none}),
'author_url': ('author', 'channelCommand', 'innertubeCommand', (
('browseEndpoint', 'canonicalBaseUrl'), ('commandMetadata', 'webCommandMetadata', 'url'),
), {urljoin('https://www.youtube.com')}),