* added and fixed requested changes.

This commit is contained in:
makingglitches 2025-05-02 10:52:20 -04:00
parent eb664fa916
commit 2cc6fad400

View File

@ -606,7 +606,7 @@ class TikTokBaseIE(InfoExtractor):
# audio-only slideshows have a video duration of 0 and an actual audio duration
'duration': ('video', 'duration', {int_or_none}, filter),
'timestamp': ('createTime', {int_or_none}),
'location': ((('contentLocation', 'address', 'streetAddress'), ('poi', 'name')), {str}, any)
'location': ('contentLocation', 'address', 'streetAddress', {str})
}),
**traverse_obj(aweme_detail, ('stats', {
'view_count': 'playCount',