Releases: i207M/reserves-lib-tsinghua-downloader
Releases · i207M/reserves-lib-tsinghua-downloader
v2.1.1
Feature
- 更好的命令行交互
- 下载过程中会显示进度
- 下载完毕之后,程序不会自动关闭了
v2.1.0
Feature
- 更好的命令行交互:现在下载完毕之后,程序不会自动关闭了
- 修复了MacOS可执行文件的权限问题
v2.0.3
Feature:
Fix
- When downloading in multiple threads, the generated PDF pages are out of order
v2.0
全新升级,代码重构!
Feature:
- 并行下载(目前仅支持某些书籍)
- 改善图像文件大小(优雅地)
- 自动生成PDF
- 命令行参数
- GitHub Actions自动打包可执行文件
v1.4
What's New:
- Generate PDF
- Improve exception handling
- Recode
v1.3
What's New:
- Support cookie (some images need cookies to access)
- Import requests instead of urllib
- Code improvement