mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 20:23:11 +00:00
Compare commits
11 Commits
d959649631
...
b93204194c
Author | SHA1 | Date | |
---|---|---|---|
|
b93204194c | ||
|
8ab8454d3d | ||
|
b75ebbb0b7 | ||
|
7e37e07874 | ||
|
1d1c7b628f | ||
|
d89e87bdaf | ||
|
3c3ecc1dc2 | ||
|
23a75c5d2d | ||
|
5874c459b3 | ||
|
444d959d81 | ||
|
1bd38adbf6 |
@ -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')}),
|
||||
|
Loading…
Reference in New Issue
Block a user