UNSW CSE webcms上的Lecture slides一般都是html网页形式,例如
- 下载所有html网页
使用wget 可以下载整个目录, 替换网址为任意科目网址
wget -r --no-parent 网址
例如
wget -r --no-parent https://www.cse.unsw.edu.au/\~cs3311/20T1/lectures/week01/
注意:网址为文件夹,不是.html文件结尾*
-
复制
convert.py
至文件保存的目录 -
安装 wkhtmltopdf 组件
-
安装脚本依赖包
pip3 install requirements.txt
-
运行脚本
python3 convert.py
默认输出的PDF文件为A4 竖向,如希望使用横向输出,请运行
python3 convert.py -l
支持左上角左右点击跳转前、后页