|
|
@ -180,7 +180,7 @@ class TikTokBaseIE(InfoExtractor):
|
|
|
|
user_url = self._UPLOADER_URL_FORMAT % (traverse_obj(author_info,
|
|
|
|
user_url = self._UPLOADER_URL_FORMAT % (traverse_obj(author_info,
|
|
|
|
'sec_uid', 'id', 'uid', 'unique_id',
|
|
|
|
'sec_uid', 'id', 'uid', 'unique_id',
|
|
|
|
expected_type=str_or_none, get_all=False))
|
|
|
|
expected_type=str_or_none, get_all=False))
|
|
|
|
labels = traverse_obj(aweme_detail, ('hybrid_label', ..., 'text'), expected_type=str)
|
|
|
|
labels = traverse_obj(aweme_detail, ('hybrid_label', ..., 'text'), expected_type=str, default=[])
|
|
|
|
|
|
|
|
|
|
|
|
contained_music_track = traverse_obj(
|
|
|
|
contained_music_track = traverse_obj(
|
|
|
|
music_info, ('matched_song', 'title'), ('matched_pgc_sound', 'title'), expected_type=str)
|
|
|
|
music_info, ('matched_song', 'title'), ('matched_pgc_sound', 'title'), expected_type=str)
|
|
|
|