Return to using extractStatusV2Anon

This commit is contained in:
Dylan
2025-09-24 21:44:41 +01:00
parent 433f015c07
commit b657ae0076
2 changed files with 12 additions and 3 deletions

View File

@@ -495,7 +495,7 @@ def fixTweetData(tweet):
def extractStatus(url,workaroundTokens=None):
# TODO: commented out methods are too slow/unreliable at the moment
methods=[extractStatus_syndication,extractStatusV2]#,extractStatusV2Android,extractStatusV2TweetDetail] #
methods=[extractStatusV2Anon,extractStatusV2]#,extractStatusV2Android,extractStatusV2TweetDetail] #
for method in methods:
try:
result = method(url,workaroundTokens)