We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c451f8 commit 6285719Copy full SHA for 6285719
leetcode_export/utils.py
@@ -64,7 +64,7 @@
64
_regex_camelcase_to_snakecase2 = re.compile("([a-z0-9])([A-Z])")
65
66
REQUEST_HEADERS = {
67
- "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
+ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36",
68
"Sec-Ch-Ua": '"Chromium";v="122", "Not(A:Brand";v="24", "Google Chrome";v="122"',
69
"Sec-Ch-Ua-Mobile": "?0",
70
"Sec-Ch-Ua-Platform": '"Windows"',
0 commit comments