We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6186db2 commit 0f63c8bCopy full SHA for 0f63c8b
minet/tiktok/api_scraper.py
@@ -31,7 +31,7 @@
31
32
def forge_video_search_url(query, offset, search_id=None):
33
url = (
34
- "https://www.tiktok.com/api/search/general/full/?aid=1988&keyword=%s&offset=%s"
+ "https://t.tiktok.com/api/search/general/full/?aid=1988&keyword=%s&offset=%s"
35
% (quote(query), offset)
36
)
37
0 commit comments