This commit is contained in:
biggestsonicfan 2024-11-10 00:54:43 +01:00 committed by GitHub
commit 643a6d621f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3635,6 +3635,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'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')}),