Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilgames32 committed Jun 2, 2024
1 parent b4d6212 commit 24ce787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stash/stash_vxtwitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def vx_jsonget(twlink: str):
twlink = "/".join(splittwlink[:-2])

# replace with api.vxtwitter
hosts = ["twitter.com", "fxtwitter.com", "vxtwitter.com", "x.com"]
hosts = ["twitter.com", "fxtwitter.com", "vxtwitter.com", "x.com", "fixupx.com"]
for h in hosts:
if twlink.startswith(f"https://{h}/"):
twlink = twlink.replace(h, "api.vxtwitter.com")
Expand Down

0 comments on commit 24ce787

Please sign in to comment.