mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-09 10:23:44 +00:00
** pep8 failure...
This commit is contained in:
parent
e7c9c93720
commit
caeb13a0d6
@ -589,7 +589,7 @@ class TikTokBaseIE(InfoExtractor):
|
||||
'uploader_id': (('authorId', 'uid', 'id'), {str_or_none}),
|
||||
}), get_all=False)
|
||||
|
||||
streetAddress = traverse_obj(aweme_detail, ('contentLocation','address'))
|
||||
streetAddress = traverse_obj(aweme_detail, ('contentLocation', 'address'))
|
||||
pointOfInterest = traverse_obj(aweme_detail, ('poi'))
|
||||
|
||||
return {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user