Download Telegram media by t.me link
tg_download_urlDownload media from specific Telegram message links and return absolute paths of new files, skipping duplicates.
Instructions
Download the media of specific Telegram messages given their t.me links (e.g. https://t.me/channel/123) and return the absolute paths of newly downloaded files. Use when you already have message links rather than a chat to scan. Already-present files are skipped (--skip-same).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest | No | Destination directory (default ~/Downloads/telegram) | |
| urls | Yes | Telegram message links; each must start with https://t.me/ | |
| extensions | No | Comma-separated file extensions to include, e.g. 'xlsx,pdf' |