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