From ac0cea441837809c4768486bab5eddbf73b32f76 Mon Sep 17 00:00:00 2001 From: makingglitches Date: Thu, 1 May 2025 15:31:15 -0400 Subject: [PATCH] ** removed the single space of whitespace that made the pull request fail in the comment... --- 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 91b4b3d22b..29616da74b 100644 --- a/yt_dlp/extractor/tiktok.py +++ b/yt_dlp/extractor/tiktok.py @@ -239,7 +239,7 @@ class TikTokBaseIE(InfoExtractor): # location tag from and is housed under # __UNIVERSAL_DATA_FOR_REHYDRATION__ # again. - # tags includedin the finished video_data such as "author" seem to be + # tags includedin the finished video_data such as "author" seem to be # included in this section. if universal_data := self._get_universal_data(webpage, video_id): self.write_debug('Found universal data for rehydration')