Skip to content

Commit

Permalink
update UA
Browse files Browse the repository at this point in the history
  • Loading branch information
qxzg committed Apr 16, 2023
1 parent dfe5265 commit 5616fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
min_sleep = 10 # 两次请求间隔最短时间

headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 HBPC/12.1.1.301',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0',
'Accept-Language': 'zh-CN,en-US;q=0.7,en;q=0.3',
'DNT': '1',
'Connection': 'keep-alive',
Expand Down

0 comments on commit 5616fe7

Please sign in to comment.