add www.tiktok to the list of domains

This commit is contained in:
Luke Robles 2023-12-13 07:48:51 -08:00
parent f05024a291
commit 406d044d64

View File

@ -119,6 +119,7 @@ async def fix_social_media_links(ctx):
"https://x.com": "vxtwitter",
"https://twitter.com": "vxtwitter",
"https://tiktok.com": "vxtiktok",
"https://www.tiktok.com": "vxtiktok",
}
for k in correct_domains.keys():
if k in ctx.content: