Only use Syndication & V2
This commit is contained in:
parent
63bbe3d823
commit
a1e13bb49a
@ -161,7 +161,7 @@ def extractStatusV2Legacy(url):
|
||||
return tweet['legacy']
|
||||
|
||||
def extractStatus(url):
|
||||
methods=[extractStatus_guestToken,extractStatus_syndication,extractStatus_token,extractStatusV2Legacy]
|
||||
methods=[extractStatus_syndication,extractStatusV2Legacy]
|
||||
for method in methods:
|
||||
try:
|
||||
return method(url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user