Compare commits

...

11 Commits

Author SHA1 Message Date
biggestsonicfan
b93204194c
Merge 8ab8454d3d into be3579aaf0 2024-11-09 05:29:06 +00:00
biggestsonicfan
8ab8454d3d
Merge branch 'yt-dlp:master' into membership-comment-data 2024-11-08 21:29:03 -08:00
biggestsonicfan
b75ebbb0b7
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-29 17:22:01 -07:00
biggestsonicfan
7e37e07874
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-28 14:54:01 -07:00
biggestsonicfan
1d1c7b628f
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-27 18:53:39 -07:00
biggestsonicfan
d89e87bdaf
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-26 21:49:45 -07:00
biggestsonicfan
3c3ecc1dc2
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-25 20:25:46 -07:00
biggestsonicfan
23a75c5d2d
Merge branch 'yt-dlp:master' into membership-comment-data 2024-10-25 11:02:22 -07:00
biggestsonicfan
5874c459b3 Twice, twice even 2024-10-22 14:02:08 -07:00
biggestsonicfan
444d959d81 Remove trailing whitespace 2024-10-22 14:00:02 -07:00
biggestsonicfan
1bd38adbf6 [ie/youtube] Add membership data to comments 2024-10-22 13:45:04 -07:00

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')}),