mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 15:51:24 +01:00
Compare commits
11 Commits
225e45811c
...
d0649d994e
Author | SHA1 | Date | |
---|---|---|---|
|
d0649d994e | ||
|
8ab8454d3d | ||
|
b75ebbb0b7 | ||
|
7e37e07874 | ||
|
1d1c7b628f | ||
|
d89e87bdaf | ||
|
3c3ecc1dc2 | ||
|
23a75c5d2d | ||
|
5874c459b3 | ||
|
444d959d81 | ||
|
1bd38adbf6 |
|
@ -3424,6 +3424,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