yt-dlp-bot/app_bot/config-example.yml
Taras Terletskyi 7966b2ab0c Version 1.4
2023-03-28 22:34:49 +03:00

41 lines
1.2 KiB
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
url_validation_regexes:
- "^http(s)?:\\/\\/.+$"
allowed_users:
- id: 00000000000
send_startup_message: !!bool True
download_media_type: !!str "VIDEO"
save_to_storage: !!bool False
use_url_regex_match: !!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
include_size: !!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
include_size: !!bool True
ytdlp:
version_check_enabled: !!bool True
version_check_interval: 86400
notify_users_on_new_version: !!bool True