Skip to content

Commit c2e3c55

Browse files
authored
Merge pull request #3 from Guilamb/feature-embed-pixiv
📇 Add Pixiv embeds
2 parents 09a6eb9 + 35c3a8d commit c2e3c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fn replace_social_media(website: &str) -> &str {
9292
"x.com" => "https://fixvx.com",
9393
"vm.tiktok.com" => "https://vm.vxtiktok.com",
9494
"instagram.com" => "https://ddinstagram.com",
95+
"pixiv.net" => "https://phixiv.net",
9596
_ => "None",
9697
}
9798
}

0 commit comments

Comments
 (0)