Skip to content

Commit 8c83d41

Browse files
authored
Merge pull request #13 from Guilamb/fix-remove-instafix
Removed instaFix while https://github.com/Wikidepia/InstaFix/issues/9…
2 parents 8a918bd + aedaaa1 commit 8c83d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ fn replace_social_media(website: &str) -> &str {
151151
"twitter.com" => "https://vxtwitter.com",
152152
"x.com" => "https://fixvx.com",
153153
"vm.tiktok.com" | "tiktok.com" => "https://vm.vxtiktok.com",
154+
/*
154155
"instagram.com" => "https://ddinstagram.com",
156+
*/
155157
"pixiv.net" => "https://phixiv.net",
156158
_ => "None",
157159
}

0 commit comments

Comments
 (0)