Revert "Remove syndication as method"
This reverts commit e0713a8eeb933c36661c5cc20ea874f14d8cc0a7.
This commit is contained in:
parent
c2b2694b3e
commit
0a66ddba16
@ -164,7 +164,7 @@ def extractStatusV2Legacy(url):
|
||||
return tweet['legacy']
|
||||
|
||||
def extractStatus(url):
|
||||
methods=[extractStatusV2Legacy]
|
||||
methods=[extractStatus_syndication,extractStatusV2Legacy]
|
||||
for method in methods:
|
||||
try:
|
||||
return method(url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user