telegram_media_downloader/config.yaml
Dineshkarthik e0b3f61b3b
enh: handle download failures
- retry after 5 seconds on failure due to timeout
- add failed message ids to config file
2020-12-21 23:38:11 +01:00

18 lines
No EOL
234 B
YAML

api_hash: your_api_hash
api_id: your_api_id
chat_id: telegram_chat_id
last_read_message_id: 0
ids_to_retry: []
media_types:
- audio
- photo
- video
- document
- voice
file_formats:
audio:
- all
document:
- all
video:
- all