Skip to content

Commit 0f63c8b

Browse files
authored
Fixing tiktok API url
Fix #972
1 parent 6186db2 commit 0f63c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minet/tiktok/api_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
def forge_video_search_url(query, offset, search_id=None):
3333
url = (
34-
"https://www.tiktok.com/api/search/general/full/?aid=1988&keyword=%s&offset=%s"
34+
"https://t.tiktok.com/api/search/general/full/?aid=1988&keyword=%s&offset=%s"
3535
% (quote(query), offset)
3636
)
3737

0 commit comments

Comments
 (0)