add www.tiktok to the list of domains

This commit is contained in:
Luke Robles 2023-12-13 07:48:51 -08:00
parent f7cc4d0038
commit e3f06a45f5

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: