From 49119c919b374ba0a19aaa1092a761b8d26442ca Mon Sep 17 00:00:00 2001 From: makingglitches Date: Fri, 2 May 2025 10:55:58 -0400 Subject: [PATCH] * You people should really consider revisiting the way in which pep8 is used in your pipeline. --- yt_dlp/extractor/tiktok.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yt_dlp/extractor/tiktok.py b/yt_dlp/extractor/tiktok.py index 43e31f1fdb..a55108c885 100644 --- a/yt_dlp/extractor/tiktok.py +++ b/yt_dlp/extractor/tiktok.py @@ -588,8 +588,8 @@ class TikTokBaseIE(InfoExtractor): 'formats': None if extract_flat else self._extract_web_formats(aweme_detail), 'subtitles': None if extract_flat else self.extract_subtitles(aweme_detail, video_id, None), 'http_headers': {'Referer': webpage_url}, - 'contentLocation':streetAddress, - 'pointOfInterest':pointOfInterest, + 'contentLocation': streetAddress, + 'pointOfInterest': pointOfInterest, **author_info, 'channel_url': format_field(author_info, 'channel_id', self._UPLOADER_URL_FORMAT, default=None), 'uploader_url': format_field(