This repository was archived by the owner on Feb 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtexts.py
More file actions
22 lines (14 loc) · 1.28 KB
/
texts.py
File metadata and controls
22 lines (14 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
start_text = '<b>Hello there!</b>\n\nYTButtler is a simple bot, that can:\n<i> - Download YouTube videos\n - Download' \
' audio from YouTube videos</i>\n\nJust send me link to YouTube video to proceed!'
invalid_link_text = '<b>Sorry, but the link You provided doesnt seem to be a link to valid YouTube video.</b>\n\n' \
'Make sure, that video:\n<i> - has no age restrictions\n - has no region restrictions\n - is ' \
'publicly available</i>\n\n'
video_default_form = '<b>Title:</b> <code>{}</code>\n<b>Duration:</b> <code>{}</code>\n<b>Views:</b> <code>{}</code>'
video_with_description_form = '<b>Title:</b> <code>{}</code>\n<b>Duration:</b> <code>{}</code>\n' \
'<b>Views:</b> <code>{}</code>\n<b>Description:\n</b><i>{}</i>'
download_started_notification = 'Started downloading!\nGo ahead and get yourself a cup of tea - it takes a lot of' \
' time...'
already_downloading = '<b>Sory, but I am already downloading another file for you.</b>\nYou can only download 1 file at' \
' a time.'
filesize_too_big = '<b>Sorry, but Telegram doesnt support uploading files bigger than 1500 MiB.</b>\nTry choosing lower' \
' resolution.'