From b5e4fc7eba1187c44162573302d6c394d2104744 Mon Sep 17 00:00:00 2001 From: makingglitches Date: Fri, 2 May 2025 10:54:05 -0400 Subject: [PATCH] * made small change to ensure ruff didn't fail, since it doesn't make the fix itself. --- yt_dlp/extractor/tiktok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/tiktok.py b/yt_dlp/extractor/tiktok.py index 83a19059ea..43e31f1fdb 100644 --- a/yt_dlp/extractor/tiktok.py +++ b/yt_dlp/extractor/tiktok.py @@ -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',