Skip to content
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

Closed
8 tasks done
tangyoha opened this issue Feb 13, 2023 · 12 comments
Closed
8 tasks done

v2.2.0 plan #2

tangyoha opened this issue Feb 13, 2023 · 12 comments

Comments

@tangyoha
Copy link
Owner

tangyoha commented Feb 13, 2023

checklist

  • 下载页面展示 v2.1.1
  • 支持多频道下载 v2.1.4
  • 支持通过电报机器人下发指令,下载,转发,包括私有视频转发 v2.1.6
  • 支持指定下载文件大小,日期,消息文本,消息id,视频质量,视频长度过滤,v2.1.3。查阅 如何使用下载过滤器

checklist

  • Download page display v2.1.1
  • Support multi-channel download v2.1.4
  • Support sending instructions, downloading, reposting, including private video reposting via telegram bot v2.1.6
  • Support specifying download file size, date, message text, message id, video quality, video length filtering, v2.1.3. Check out How to use Filter
@Romntic
Copy link

Romntic commented Feb 13, 2023

great job Now Telegram Media Downloader more professional
Please if u can add option for download size maximum downloaded
and make file save id number in save for example data.yaml

@tangyoha
Copy link
Owner Author

tangyoha commented Feb 14, 2023

@Romntic hi, you can config download_filter in config.yaml.
Like that:

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
"what mean make file save id number in save for example data.yaml", what does this mean?

@tangyoha tangyoha pinned this issue Feb 14, 2023
@Romntic
Copy link

Romntic commented Feb 14, 2023

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

@tangyoha
Copy link
Owner Author

tangyoha commented Feb 15, 2023

download_filter:
  'telegram_chat_id': (media_file_size >= 10 * 1024 * 1024 && media_file_size <= 1024 * 1024 * 1024) && ( message_id >=1 && message_id <= 900)

@Romntic
Copy link

Romntic commented Feb 16, 2023

i need to make download from 8474 to 8547 only
i make this filter but it's download from start 1
download_filter:
telegram_chat_id: message_id >= 8474 && message_id <=8575

@tangyoha
Copy link
Owner Author

i need to make download from 8474 to 8547 only i make this filter but it's download from start 1 download_filter: telegram_chat_id: message_id >= 8474 && message_id <=8575

you can see https://github.com/tangyoha/telegram_media_downloader/wiki/How-to-use-Filter

@tangyoha
Copy link
Owner Author

tangyoha commented Feb 21, 2023

in config.yaml

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

@Romntic
Copy link

Romntic commented Feb 24, 2023

Thanks it's working 🙏🙏

@70m7E
Copy link

70m7E commented Mar 26, 2023

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.

@tangyoha
Copy link
Owner Author

tangyoha commented Mar 27, 2023

@70m7E hi, see web_port

@xinmans
Copy link

xinmans commented May 27, 2023

any update?

@Viewofmind
Copy link

when we stop programe in between and start again showing error. how to restart again from it close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants