mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2024-11-13 02:55:26 +08:00
38 lines
1.1 KiB
YAML
38 lines
1.1 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
|
|
allowed_users:
|
|
- id: 00000000000
|
|
send_startup_message: !!bool True
|
|
download_media_type: !!str "VIDEO"
|
|
save_to_storage: !!bool False
|
|
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
|