mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-05 18:51:37 +03:00
** pep8 failure...
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user