This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
Releases: tangyoha/telegram_media_downloader_bak
Releases · tangyoha/telegram_media_downloader_bak
v2.1.2,2023-02-13
What's Changed
- feat: add web config by @tangyoha in tangyoha/telegram_media_downloader#42
- feat: add web config by @tangyoha in tangyoha/telegram_media_downloader#43
- build(deps-dev): bump pytest from 7.0.1 to 7.2.1 by @dependabot in tangyoha/telegram_media_downloader#45
- fix:catch FloodWait by @tangyoha in tangyoha/telegram_media_downloader#53
- doc:add version publish by @tangyoha in tangyoha/telegram_media_downloader#55
- feat: add filter by @tangyoha in tangyoha/telegram_media_downloader#61
Full Changelog: tangyoha/telegram_media_downloader@2.1.1...v2.1.2
v2.1.1, 2023-01-19
Master v2.1.1
新功能
添加网页显示
- 支持实时显示下载列表
- 支持实时显示成功下载列表
- 支持隐藏文件名称
增加自定义命名规则
- 查阅
config.yaml
的file_name_prefix
和file_name_prefix_split
增加上传网盘功能
- 支持使用 rclone 上传网盘
- 支持上传阿里云盘
- 支持上传前压缩
- 支持上传后删除源文件
修复
修复并发量大导致网络不稳定用户频繁出现问题
Feature
Add web display
- Support real-time display of download list
- Support real-time display of successful download list
- Support for hiding file names
Add custom naming rules
-
- See
file_name_prefix
andfile_name_prefix_split
inconfig.yaml
- See
Add upload network disk function
- Support using rclone to upload network disk
- Support uploading Alibaba cloud disk
- Supports compression before uploading
- Support for deleting source files after uploading
Fix
Fixed a large amount of concurrency that caused frequent problems for users with unstable networks
v2.1.0, 2022-12-07
bugfix
- 修正相同名称文件重复下载问题
- 修正因为网络问题无法重新下载问题
refactor
- 提供文件保存路径
- 提供文件分类方式
bugfix
- Fixed the problem of repeated downloading of files with the same name
- Fixed the problem of not being able to re-download due to network problems
refactor
- Provide file save path
- Provide file classification method