* made small change to ensure ruff didn't fail, since it doesn't make the fix itself.

This commit is contained in:
makingglitches 2025-05-02 10:54:05 -04:00
parent 2cc6fad400
commit b5e4fc7eba

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', {str})
'location': ('contentLocation', 'address', 'streetAddress', {str}),
}),
**traverse_obj(aweme_detail, ('stats', {
'view_count': 'playCount',