Temporary switch to syndication

This commit is contained in:
Dylan
2025-09-24 20:59:19 +01:00
parent acc81df27b
commit 433f015c07
2 changed files with 6 additions and 6 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=[extractStatusV2Anon,extractStatusV2]#,extractStatusV2Android,extractStatusV2TweetDetail] #
methods=[extractStatus_syndication,extractStatusV2]#,extractStatusV2Android,extractStatusV2TweetDetail] #
for method in methods:
try:
result = method(url,workaroundTokens)