From e81beb975ce319ccc95fa8db9e3e39927e205929 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 23 May 2022 19:02:54 +0100 Subject: [PATCH] Improved Fail link message --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 98d8185..7a769ff 100644 --- a/twitfix.py +++ b/twitfix.py @@ -218,7 +218,7 @@ def direct_video(video_link): # Just get a redirect to a MP4 link from any tweet print(" ➤ [ D ] Redirecting to direct URL: " + vnf['url']) except Exception as e: print(e) - return message("Failed to scan your link!") + return message("Failed to scan your link! This may be due to an incorrect link, private account, or the twitter API itself might be having issues (Check here: https://api.twitterstat.us/)") else: return redirect(cached_vnf['url'], 301) print(" ➤ [ D ] Redirecting to direct URL: " + vnf['url'])