1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-10 02:28:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

更新 README.md: LeetCode 主站添加了 Cloudflare 反爬虫机制

This commit is contained in:
程序员小墨 2025-01-09 01:59:03 +08:00
parent de35811b38
commit 04ecea043d
2 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,12 @@
使用 Python 脚本分批将力扣(`leetcode.com` 和 `leetcode-cn.com`)上面的题目保存下来,方便没有网的时候进行学习。(仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目)
> 2025.01.09 更新
>
> LeetCode 主站添加了 Cloudflare 反爬虫机制,**目前 leetcode.py 脚本无法正常获取题目数据**。为保证其平台版权,此仓库无绕过其反爬虫机制的相关计划。相关脚本保留,但不再更新。
>
> (力扣中国站点不受此影响,**leetcode-cn.py 脚本依然可用**
### 仓库目录结构

View File

@ -2,7 +2,7 @@ git checkout master
git pull
git count-objects -vH
python leetcode.py
:: python leetcode.py
python leetcode-cn.py
git status