From 35c3a8dd32ab8d2b11e26b3f4810c6041730acc6 Mon Sep 17 00:00:00 2001 From: guilhane Date: Wed, 6 Mar 2024 15:38:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=87=20Add=20Pixiv=20embeds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 5761aee..6e04fb5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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", } }