We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a45f69 commit 66b0fa1Copy full SHA for 66b0fa1
1 file changed
modules/downloader.py
@@ -27,6 +27,7 @@ def download(bot, yt, message, userInput, videoURL, loadingMsg, ytThumbMsg):
27
28
# Upload the video to Telegram
29
try:
30
+ print(vidFileName, " uploading..")
31
bot.send_video(
32
message.chat.id,
33
open(f"vids/{vidFileName}", 'rb'),
0 commit comments