github tangyoha/telegram_media_downloader v2.1.3
v2.1.3,2023-02-21

latest releases: v2.2.6, v2.2.5, v2.2.4...
3 years ago

新功能

  • 添加了部分更加简洁的元数据名称,如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

Don't miss a new telegram_media_downloader release

NewReleases is sending notifications on new releases.