Skip to content

Commit

Permalink
update tiktok api url
Browse files Browse the repository at this point in the history
  • Loading branch information
uf0 committed Dec 10, 2024
1 parent 6186db2 commit d5659eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/tiktok/api_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

def forge_video_search_url(query, offset, search_id=None):
url = (
"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"
% (quote(query), offset)
)

Expand Down

0 comments on commit d5659eb

Please sign in to comment.