Files
tools/jyeoo_dl/README.md
flt6 f6658f3d52 First commit
Former-commit-id: 424079609133edcc501ae185509836ee1181a02c
2022-06-12 19:47:20 +08:00

14 lines
492 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

**重要:目前制作时的账号疑似被封禁,请谨慎使用**
# 下载jyeoo网的试卷到*html文件*中
如需打印请使用浏览器打印或转pdf
# 用法
打开菁优网任意界面按F12网络抓包刷新点列表第一项右侧找到请求表头中的Cookie一项右键复制备用。
![img](getcookie.png)
运行main.py输入复制的内容根据提示输入网址即可。
# requements
requests,bs4
运行
pip install -r requriments.txt
安装。