I have a short url https://da.gd/D8GwGt
which is a download link for a video. When I try to send this video using bot.sendVideo(chat_id, https://da.gd/D8GwGt, supports_streaming=True)
it gives out an error as
telepot.exception.TelegramError: ('Bad Request: failed to get HTTP URL content', 400, {'ok': False, 'error_code': 400, 'description': 'Bad Request: failed to get HTTP URL content'})
How do I fix this?