diff --git a/gallery_dl/extractor/tiktok.py b/gallery_dl/extractor/tiktok.py index 3d51bbe8..de2c7102 100644 --- a/gallery_dl/extractor/tiktok.py +++ b/gallery_dl/extractor/tiktok.py @@ -180,7 +180,7 @@ class TiktokExtractor(Extractor): def _ensure_rehydration_data_app_context_cache_is_populated(self): if not self.rehydration_data_app_context_cache: self.rehydration_data_app_context_cache = \ - self._extract_rehydration_data_user( + self._extract_rehydration_data( "https://www.tiktok.com/", ["webapp.app-context"]) def _extract_sec_uid(self, profile_url, user_name):