mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 20:53:06 +00:00
Remove trailing whitespace
This commit is contained in:
parent
1bd38adbf6
commit
444d959d81
@ -3635,7 +3635,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
'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_member_badge': ('author', 'sponsorBadgeUrl', {url_or_none}),
|
||||
'author_url': ('author', 'channelCommand', 'innertubeCommand', (
|
||||
('browseEndpoint', 'canonicalBaseUrl'), ('commandMetadata', 'webCommandMetadata', 'url'),
|
||||
), {lambda x: urljoin('https://www.youtube.com', x)}),
|
||||
|
Loading…
Reference in New Issue
Block a user