Prioritize syndication

This commit is contained in:
Dylan 2024-05-17 20:11:34 +01:00
parent 1a747051c6
commit 363c609110

View File

@ -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)