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