Skip to content

Commit

Permalink
perf: 修改douyin爬虫默认代理https://
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed May 1, 2024
1 parent 763e394 commit be28368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f2/apps/douyin/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
kwargs: dict = ...,
):
# 需要与cli同步
proxies = kwargs.get("proxies", {"http://": None, "http://": None})
proxies = kwargs.get("proxies", {"http://": None, "https://": None})

self.user_agent = ClientConfManager.user_agent()
self.referrer = ClientConfManager.referer()
Expand Down

0 comments on commit be28368

Please sign in to comment.