Prioritize syndication
This commit is contained in:
parent
1a747051c6
commit
363c609110
@ -306,7 +306,7 @@ def extractStatusV2AnonLegacy(url,workaroundTokens):
|
||||
return tweet['legacy']
|
||||
|
||||
def extractStatus(url,workaroundTokens=None):
|
||||
methods=[extractStatusV2AnonLegacy,extractStatus_syndication,extractStatusV2Legacy,extractStatus_twExtractProxy]
|
||||
methods=[extractStatus_syndication,extractStatusV2AnonLegacy,extractStatusV2Legacy,extractStatus_twExtractProxy]
|
||||
for method in methods:
|
||||
try:
|
||||
return method(url,workaroundTokens)
|
||||
|
Loading…
x
Reference in New Issue
Block a user