Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Releases: tangyoha/telegram_media_downloader_bak

v2.1.2,2023-02-13

13 Feb 11:58
3806efe
Compare
Choose a tag to compare

v2.1.1, 2023-01-19

19 Jan 08:07
82eb392
Compare
Choose a tag to compare
v2.1.1, 2023-01-19 Pre-release
Pre-release

Master v2.1.1

新功能

添加网页显示

  • 支持实时显示下载列表
  • 支持实时显示成功下载列表
  • 支持隐藏文件名称

增加自定义命名规则

  • 查阅config.yamlfile_name_prefixfile_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 and file_name_prefix_split in config.yaml

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

07 Dec 15:03
5a584cf
Compare
Choose a tag to compare

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