We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de35811 commit 04ecea0Copy full SHA for 04ecea0
README.md
@@ -8,6 +8,12 @@
8
9
使用 Python 脚本分批将力扣(`leetcode.com` 和 `leetcode-cn.com`)上面的题目保存下来,方便没有网的时候进行学习。(仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目)
10
11
+> 2025.01.09 更新
12
+>
13
+> LeetCode 主站添加了 Cloudflare 反爬虫机制,**目前 leetcode.py 脚本无法正常获取题目数据**。为保证其平台版权,此仓库无绕过其反爬虫机制的相关计划。相关脚本保留,但不再更新。
14
15
+> (力扣中国站点不受此影响,**leetcode-cn.py 脚本依然可用**)
16
+
17
18
19
### 仓库目录结构
get.bat
@@ -2,7 +2,7 @@ git checkout master
2
git pull
3
git count-objects -vH
4
5
-python leetcode.py
+:: python leetcode.py
6
python leetcode-cn.py
7
git status
0 commit comments