Skip to content

Commit

Permalink
Merge pull request #3 from Guilamb/feature-embed-pixiv
Browse files Browse the repository at this point in the history
📇 Add Pixiv embeds
  • Loading branch information
Guilamb committed Mar 6, 2024
2 parents 09a6eb9 + 35c3a8d commit c2e3c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fn replace_social_media(website: &str) -> &str {
"x.com" => "https://fixvx.com",
"vm.tiktok.com" => "https://vm.vxtiktok.com",
"instagram.com" => "https://ddinstagram.com",
"pixiv.net" => "https://phixiv.net",
_ => "None",
}
}
Expand Down

0 comments on commit c2e3c55

Please sign in to comment.