mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-09 02:13:47 +00:00
* added and fixed requested changes.
This commit is contained in:
parent
eb664fa916
commit
2cc6fad400
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user