Open Romntic opened 1 year ago
@Romntic hi,May reply later, need to change the code.
thanks for u but that is for example i need to 1k to 500mb if i cant change code :)
https://github.com/tangyoha/telegram_media_downloader/blob/8e0baa8343b8e287ac87e067e29bf2be18bef851/media_downloader.py#L234 @Romntic hi, you can add the following code before this line of code
media_size = getattr(_media, "file_size", 0)
if media_size < 1 * 1024 or media_size > 500 * 1024 * 1024:
continue
Excellent ,, how I can active in ur project ?
You can discuss with us in the telegram group, or just submit a PR.
Mean if there is any file 101mb not download Thanks for u