diff --git a/tiktok_downloader/scrapper.py b/tiktok_downloader/scrapper.py index 7ab6845..78e2d7c 100644 --- a/tiktok_downloader/scrapper.py +++ b/tiktok_downloader/scrapper.py @@ -26,7 +26,7 @@ def __repr__(self): class info_post(Session): def __init__(self, url: str): super().__init__() - if 'vt.tiktok.com' in url: + if '.tiktok.com' in url: url = self.get( url, headers=self.headers,