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:
|
for method in methods:
|
||||||
try:
|
try:
|
||||||
return method(url)
|
return method(url)
|
||||||
except twExtractError.TwExtractError as e:
|
except Exception as e:
|
||||||
continue
|
continue
|
||||||
raise twExtractError.TwExtractError(400, "Extract error")
|
raise twExtractError.TwExtractError(400, "Extract error")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user