add www.tiktok to the list of domains

This commit is contained in:
Luke Robles 2023-12-13 07:48:51 -08:00
parent 076bcde993
commit d4a481d0b0

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: