diff --git a/TikTokApi/api/hashtag.py b/TikTokApi/api/hashtag.py index 49e9728b..4bbe5709 100644 --- a/TikTokApi/api/hashtag.py +++ b/TikTokApi/api/hashtag.py @@ -111,7 +111,7 @@ async def videos(self, count=30, cursor=0, **kwargs) -> Iterator[Video]: while found < count: params = { "challengeID": self.id, - "count": 35, + "count": count, "cursor": cursor, }