Hotfix for NSFW tweets (#125)
This commit is contained in:
parent
e953ccac80
commit
e230043e85
@ -165,7 +165,7 @@ def extractStatus(url):
|
||||
for method in methods:
|
||||
try:
|
||||
return method(url)
|
||||
except twExtractError.TwExtractError as e:
|
||||
except Exception as e:
|
||||
continue
|
||||
raise twExtractError.TwExtractError(400, "Extract error")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user