fix another indent

This commit is contained in:
jakeogh 2024-04-24 00:07:55 -07:00
parent 800906c9ce
commit 276347381c

View file

@ -3331,8 +3331,13 @@ def _extract_comment(self, view_model, entity, parent=None):
}) })
info['author_url'] = urljoin( info['author_url'] = urljoin(
'https://www.youtube.com', traverse_obj(entity_payload, 'https://www.youtube.com',
('author', 'channelCommand', 'innertubeCommand', 'browseEndpoint', 'canonicalBaseUrl'), traverse_obj(entity_payload,
('author',
'channelCommand',
'innertubeCommand',
'browseEndpoint',
'canonicalBaseUrl'),
expected_type=str, get_all=False)) expected_type=str, get_all=False))
author_is_uploader = traverse_obj(entity_payload, ('author', 'isCreator')) author_is_uploader = traverse_obj(entity_payload, ('author', 'isCreator'))