mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-26 10:36:08 +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}),
|
'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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user