yt-dlp-bot/app_bot/config-example.yml

35 lines
1,002 B
YAML
Raw Normal View History

2022-02-04 06:21:27 +08:00
telegram:
2022-11-03 01:56:19 +08:00
api_id: 00000000000
2022-06-12 00:19:31 +08:00
api_hash: "<PASTE-HERE-TELEGRAM-API-HASH>"
2022-02-04 06:21:27 +08:00
token: "<PASTE-HERE-TELEGRAM-TOKEN>"
2022-11-03 01:56:19 +08:00
lang_code: !!str "en"
2022-11-05 00:45:33 +08:00
max_upload_tasks: 5
2022-11-03 01:56:19 +08:00
allowed_users:
- id: 00000000000
send_startup_message: !!bool True
2022-11-03 01:56:19 +08:00
upload:
upload_video_file: !!bool False
2022-11-03 01:56:19 +08:00
upload_video_max_file_size: 2147483648
2022-11-03 04:10:43 +08:00
forward_to_group: !!bool False
2022-11-03 01:56:19 +08:00
forward_group_id: -00000000000
silent: !!bool False
2022-11-05 00:45:33 +08:00
video_caption:
include_title: !!bool True
include_filename: !!bool False
include_link: !!bool True
2022-11-03 01:56:19 +08:00
api:
upload_video_file: !!bool False
2022-11-03 01:56:19 +08:00
upload_video_max_file_size: 2147483648
upload_to_chat_ids:
- 00000000000
- -00000000000
silent: !!bool False
2022-11-05 00:45:33 +08:00
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