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