Skip to content

Releases: tangyoha/telegram_media_downloader

v2.1.5,2023-03-14

16 Mar 15:14
Compare
Choose a tag to compare

新功能

  • 支持配置文件添加注释
  • 支持bot下载后回复状态
  • 支持未配置bot_token下载后程序直接退出

Feature

  • Support configuration files to add comments
  • Support status reply after bot download
  • Support the program to exit directly after downloading without configuring bot_token

Full Changelog: v2.1.4...v2.1.5

v2.1.4,2023-03-13

14 Mar 11:45
Compare
Choose a tag to compare

新功能

  • 支持多频道下载
  • 支持通过电报机器人下发指令
  • 支持配置语言
  • 支持配置最大下载任务数量

修复

  • 由于名称中的禁止字符,某些文件无法在 Windows 中下载 #21

Feature

  • Support multi-channel download
  • Support issuing instructions through telegraph robots
  • Support configuration language
  • Support configuring the maximum number of download tasks

Fix

  • Some files are not downloaded in Windows because of forbidden characters in the name #21

What's Changed

  • #21 Some files are not downloaded in Windows because of forbidden characters in the name by @Teomit in #22
  • feat:add multi channel support by @tangyoha in #28

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3,2023-02-21

21 Feb 06:54
Compare
Choose a tag to compare

新功能

  • 添加了部分更加简洁的元数据名称,如media_file_name 可以替换 为file_name, 原有media_file_name 仍然可以使用,更多请查看 如何使用过滤器
  • 添加了更加简洁的数据表达形式,如 file_size > 1 * 1024 * 1024 可以替换为 file_size > 1MB 更多请查看 如何使用过滤器

fix

  • 修复了表达式无法使用中文的问题
  • 修复了配置无法使用中文问题
  • 修复了配置中file_name_prefix_split配置file_name不为最后一个导致文件无法访问问题
  • 修复字符串匹配失败问题,如 file_name == r'.*test.*'
  • 修复名称过长导致保存失败问题

feat

  • Added some more concise metadata names, such as media_file_name can be replaced by file_name, the original media_file_name can still be used, for more information, please refer to How to use filters
  • Added a more concise data expression form, such as file_size > 1 * 1024 * 1024 can be replaced by file_size > 1MB For more information, please see How to use filters

fix

  • Fixed the problem that expressions cannot use Chinese
  • Fixed the problem that the configuration cannot use Chinese
  • Fixed file_name_prefix_split configuration file_name not being the last one in the configuration, causing the file to be inaccessible
  • Fix string matching failure problem, such as file_name == r'.*test.*'
  • Fix the problem that the name is too long and the save fails

v2.1.2,2023-02-13

13 Feb 15:06
3806efe
Compare
Choose a tag to compare

新功能

  • 支持过滤器,查阅 config.yaml 中的download_filter
  • 支持配置web端口和地址

修复

  • 修复Rclone上传失败问题
  • 修复低版本python阿里云盘上传失败问题

Feature

  • Support filters, see download_filter in config.yaml
  • Support configuration of web port and address

Fix

  • Fix Rclone upload failure problem
  • Fix the problem of upload failure of low version python Ali cloud disk

v2.1.1, 2023-01-19

13 Feb 15:00
82eb392
Compare
Choose a tag to compare

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 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, 2023-01-19

13 Feb 14:59
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