** some things sound good in theory. autopep8.

This commit is contained in:
makingglitches 2025-05-01 15:44:26 -04:00
parent b23897e5c1
commit e7c9c93720

View File

@ -589,8 +589,8 @@ class TikTokBaseIE(InfoExtractor):
'uploader_id': (('authorId', 'uid', 'id'), {str_or_none}), 'uploader_id': (('authorId', 'uid', 'id'), {str_or_none}),
}), get_all=False) }), get_all=False)
streetAddress = traverse_obj(aweme_detail,('contentLocation','address')) streetAddress = traverse_obj(aweme_detail, ('contentLocation','address'))
pointOfInterest = traverse_obj(aweme_detail,('poi')) pointOfInterest = traverse_obj(aweme_detail, ('poi'))
return { return {
'id': video_id, 'id': video_id,