mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-09 19:37:25 +08:00
fix: 修复抖音关键词搜索为中文的情况下,有bug
This commit is contained in:
@@ -114,7 +114,7 @@ class DOUYINClient:
|
||||
:return:
|
||||
"""
|
||||
params = {
|
||||
"keyword": keyword,
|
||||
"keyword": urllib.parse.quote(keyword),
|
||||
"search_channel": search_channel.value,
|
||||
"sort_type": sort_type.value,
|
||||
"publish_time": publish_time.value,
|
||||
|
||||
Reference in New Issue
Block a user