yt-dlp-bot/app_bot/config-example.yml
2023-02-02 19:31:07 +02:00

34 lines
1,002 B
YAML

telegram:
api_id: 00000000000
api_hash: "<PASTE-HERE-TELEGRAM-API-HASH>"
token: "<PASTE-HERE-TELEGRAM-TOKEN>"
lang_code: !!str "en"
max_upload_tasks: 5
allowed_users:
- id: 00000000000
send_startup_message: !!bool True
upload:
upload_video_file: !!bool False
upload_video_max_file_size: 2147483648
forward_to_group: !!bool False
forward_group_id: -00000000000
silent: !!bool False
video_caption:
include_title: !!bool True
include_filename: !!bool False
include_link: !!bool True
api:
upload_video_file: !!bool False
upload_video_max_file_size: 2147483648
upload_to_chat_ids:
- 00000000000
- -00000000000
silent: !!bool False
video_caption:
include_title: !!bool True
include_filename: !!bool False
include_link: !!bool True
ytdlp:
version_check_enabled: !!bool True
version_check_interval: 86400
notify_users_on_new_version: !!bool True