From dda9e7666e359bda8aa852a01fc0381c359eef96 Mon Sep 17 00:00:00 2001 From: Whatever Social <109485589+privacytime101@users.noreply.github.com> Date: Thu, 25 May 2023 19:47:58 -0700 Subject: [PATCH] Update main.go --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index e6eb1d7..babe235 100644 --- a/main.go +++ b/main.go @@ -69,6 +69,9 @@ func main() { } else if lists.ContainsString(lists.ImgurDomains, parsed.Host) { // replace domain with images.whatever.social parsed.Host = "images.whatever.social" + } else if lists.ContainsString(lists.ImdbDomains, parsed.Host) { + // replace domain with binge.whatever.social + parsed.Host = "binge.whatever.social" } else { // send error c.HTML(400, "home.html", gin.H{