-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.2.0 plan #2
Comments
great job Now Telegram Media Downloader more professional |
@Romntic hi, you can config download_filter:
'telegram_chat_id': media_file_size >= 10 * 1024 * 1024 && media_file_size <= 1024 * 1024 * 1024 For more usage, please see How to use Filter |
great that mean size 1024 below download if more not download true ? if wand select between 1 mg to 900 mg ... if u can more explain to make more understand |
download_filter:
'telegram_chat_id': (media_file_size >= 10 * 1024 * 1024 && media_file_size <= 1024 * 1024 * 1024) && ( message_id >=1 && message_id <= 900) |
i need to make download from 8474 to 8547 only |
you can see https://github.com/tangyoha/telegram_media_downloader/wiki/How-to-use-Filter |
in chat_id: your_chat_id
download_filter:
'your_chat_id': message_id >= 1 && message_id <= 900 like: chat_id: -1111111
download_filter:
'-1111111': message_id >= 1 && message_id <= 900 |
Thanks it's working 🙏🙏 |
Great work. For macOS, 127.0.0.1:5000 (5000 is reserved for airplay), would be great if user can specify port in config.yaml. |
@70m7E hi, see web_port |
any update? |
when we stop programe in between and start again showing error. how to restart again from it close |
checklist
v2.1.1
v2.1.4
v2.1.6
下载文件大小
,日期
,消息文本
,消息id
,视频质量
,视频长度
过滤,v2.1.3
。查阅 如何使用下载过滤器checklist
v2.1.1
v2.1.4
v2.1.6
download file size
,date
,message text
,message id
,video quality
,video length
filtering,v2.1.3
. Check out How to use FilterThe text was updated successfully, but these errors were encountered: