knadh / tg-archive

A tool for exporting Telegram group chats into static websites like mailing list archives.
MIT License
829 stars 121 forks source link

Exporting thumbnails instead of original files #87

Closed UtopianElectronics closed 1 year ago

UtopianElectronics commented 1 year ago

Is it possible to export thumbnails of media files instead of the original media files to save space and internet data usage?

knadh commented 1 year ago

I don't think it's possible to download only the thumbnail. It comes as a part of the full media download. Media (and thumb) download can be disabled fully though.

UtopianElectronics commented 1 year ago

Media (and thumb) download can be disabled fully though.

How? Is it possible to get a referring link to them to be able to download them later?

knadh commented 1 year ago

download_media: False in config.toml. Telegram doesn't expose a download URL unfortunately.