From 62ccbfd8764615dc7bb7439976408afd6749e47e Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 15 Aug 2023 10:37:35 +0100 Subject: [PATCH] More misc. fixes --- twitfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitfix.py b/twitfix.py index 10c9593..c25029a 100644 --- a/twitfix.py +++ b/twitfix.py @@ -371,7 +371,7 @@ def vnfFromCacheOrDL(video_link): addVnfToLinkCache(video_link, vnf) log.success("VNF Get success") return vnf,None - except (ExtractorError, twExtract.twExtractError.TwExtractError) as exErr: + except (ExtractorError, twExtract.TwExtractError) as exErr: if 'HTTP Error 404' in exErr.msg or 'No status found with that ID' in exErr.msg: exErr.msg=msgs.tweetNotFound elif 'suspended' in exErr.msg: