mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-04-18 08:39:41 +08:00
更新 README.md: LeetCode 主站添加了 Cloudflare 反爬虫机制
This commit is contained in:
parent
de35811b38
commit
04ecea043d
@ -8,6 +8,12 @@
|
||||
|
||||
使用 Python 脚本分批将力扣(`leetcode.com` 和 `leetcode-cn.com`)上面的题目保存下来,方便没有网的时候进行学习。(仅包含可以在网页上直接打开的公开题目,不包含 VIP 题目)
|
||||
|
||||
> 2025.01.09 更新
|
||||
>
|
||||
> LeetCode 主站添加了 Cloudflare 反爬虫机制,**目前 leetcode.py 脚本无法正常获取题目数据**。为保证其平台版权,此仓库无绕过其反爬虫机制的相关计划。相关脚本保留,但不再更新。
|
||||
>
|
||||
> (力扣中国站点不受此影响,**leetcode-cn.py 脚本依然可用**)
|
||||
|
||||
|
||||
|
||||
### 仓库目录结构
|
||||
|
2
get.bat
2
get.bat
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user