whitespace change

pull/9775/head
jakeogh 2 weeks ago
parent 0ef6c93560
commit 1cee8e7693

@ -3338,13 +3338,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
info['author_url'] = urljoin(
'https://www.youtube.com',
traverse_obj(comment_entity_payload,
('author',
'channelCommand',
'innertubeCommand',
'browseEndpoint',
'canonicalBaseUrl'),
expected_type=str, get_all=False))
traverse_obj(comment_entity_payload, ('author', 'channelCommand', 'innertubeCommand', (
('browseEndpoint', 'canonicalBaseUrl'), ('commandMetadata', 'webCommandMetadata', 'url'))),
expected_type=str, get_all=False))
author_is_uploader = traverse_obj(comment_entity_payload, ('author', 'isCreator'))
if author_is_uploader is not None:

Loading…
Cancel
Save