Releases: tangyoha/telegram_media_downloader
Releases · tangyoha/telegram_media_downloader
v2.2.4,2024-07-15
v2.2.3,2023-10-30
修复
- 修复
listen_forward
转发问题 - 修复
download
下载问题
Fix
- Fix
/listen_forward
forwarding problem - Fix
/download
download problem
Full Changelog: v2.2.2...v2.2.3
v2.2.2,2023-10-30
新功能
- 添加reply_to_message_id 过滤条件
- 隐藏转发源信息 #68
- 支持完整转发一组媒体
- 支持限制每分钟转发数量,请查阅
forward_limit
- 支持机器人停止转发,下载,监听转发等任务
- 支持没有音频的媒体组转发
- 支持高延迟网络登录tdl
- 添加机器人上传telegram进度显示
- 支持评论区资源下载
修复
Feat
- Add reply_to_message_id filter condition
- Hide forwarding source information #68
- Support complete forwarding of a group of media
- Supports limiting the number of forwards per minute, please check
forward_limit
- Support robots to stop forwarding, downloading, monitoring forwarding and other tasks
- Support media group forwarding without audio
- Support high-latency network login tdl
- Add robot upload telegram progress display
*Support downloading resources in the comment area
Fix
- Fixed the problem that rclone cannot create files due to spaces.
- Fixed the problem that the window packager cannot access the web page
*Fixed the problem that the filter configuration cannot take effect normally when the robot is downloaded - Fix forwarding logic issue #112
- Fix forwarding range setting issue #99
What's Changed
- Ignore incorrectly truncated
utf-8
output fromrclone
by @LXY1226 in #109 - fix: the error caused by aligo not converting when encountering spaces. by @dahai9 in #111
- fix: the error caused by rclone not converting when encountering spaces. by @dahai9 in #110
- feat: support multi media forward by @tangyoha in #116
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1,2023-08-29
新功能
修复
- 修复web界面暂停按钮失效问题
- 修复web登录报错
- 修复pyyaml导致无法生成docker镜像
Feat
- Support window packaging, automatic packaging #51
- Support
sender_id
,sender_name
filter download #95 - Add web interface login protection
fix
- Fixed the failure of the pause button on the web interface
- Fix web login error
- Fix pyyaml cause docker image cannot be generated
What's Changed
Full Changelog: v2.2.0...v2.2.1
v2.2.0,2023-06-28
新功能
- 支持更多过滤条件,
media_type
,file_extension
- 支持机器人下载topic群组的消息
修复
- 去掉老版本对pyrogram的依赖,现在你可以自己更新版本,不再依赖固定版本
- 修复程序停止时,没有正确统计未完成任务以及重启后重复下载last_read_message_id
- 修复部分下载错误
Feat
- Support more filter conditions,
media_type
,file_extension
- Support robots to download messages from topic groups
Fix
- Remove the old version's dependence on pyrogram, now you can update the version yourself, no longer rely on the fixed version
- When the fix program stops, the unfinished tasks are not correctly counted and the last_read_message_id is downloaded repeatedly after restarting
- Fix some download errors
What's Changed
- fix: topic message can not download by @tangyoha in #84
- fix: remove old pyrogram depend by @tangyoha in #85
- fix: always download the last file #81 by @tangyoha in #86
- fix: download error by @tangyoha in #88
Full Changelog: v2.1.9...v.2.2.0
v2.1.9,2023-05-16
v2.1.8, 2023-05-10
修复
新功能
- 增强机器人回复
- 增加多语言支持,支持
中文
,english
,russian
,ukrainian
Fix
- The name is too long and the download fails #67
- Files forwarded to robots cannot be uploaded using rclone #54
- Message forwarding failure issue #53
- Fix forwarding monitoring problem
- Fix filter title matching failure problem
- Fix the problem of uploading compressed files
Feat
- Enhanced bot reply
- Add multi-language support, support
Chinese
,english
,russian
,ukrainian
v2.1.7,2023-04-04
v2.1.6,2023-04-03
新功能
- bot 支持更多命令,下载,转发均支持
过滤器
/download
- 下载消息/forward
- 转发消息/listen_forward
- 监听转发消息/set_language
- 设置语言
- 所有下载转发增加过滤表达式
- 添加配置中过滤表达式校验
修复
- 多个过滤表达式校验有问题
- 稳定性问题,长时间下载会出现fileReferceExpire
- 临时文件名称重复,导致下载失败
- 重复下发命令导致出错
- 建立全局消息库,按照chat-id,meesage-id, status,下载状态,如果下载才开始则跳过,如果下载成功则跳过
- 转发重复下发,建立转发全局消息库,按照chat-id,message-id,status转发状态 暂时不解决
- 修复一组视频或者图片,过滤器过滤caption的时候,会少数据
- 第一阶段,采用下载一样的方式加载
- 只有bot_token退出报错
feature
- bot supports more commands, downloading and forwarding all support
filter
/download
- download message/forward
- forward message/listen_forward
- listen for forwarded messages/set_language
- set language
- Add filter expression for all download forwarding
- Add filter expression validation in configuration
fix
- There is a problem with the validation of multiple filter expressions
- Stability problem, fileReferceExpire will appear when downloading for a long time
- The name of the temporary file is duplicated, causing the download to fail
- Repeatedly issuing commands leads to errors
- Establish a global message library, according to chat-id, meesage-id, status, download status, skip if the download starts, skip if the download is successful
- Forwarding is sent repeatedly, and a forwarding global message library is established, and the forwarding status is forwarded according to chat-id, message-id, and status. Temporarily unresolved
- Repair a group of videos or pictures, when the filter filters the caption, there will be less data
- In the first stage, load in the same way as downloading
- Only bot_token exits and reports an error
What's Changed
v2.1.5,2023-03-14
新功能
- 支持配置文件添加注释
- 支持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