Update main.go

This commit is contained in:
Whatever Social
2023-08-17 23:19:51 -07:00
committed by GitHub
parent 351caa77fa
commit 140d8378b2
-3
View File
@@ -48,9 +48,6 @@ func main() {
if lists.ContainsString(lists.RedditDomains, parsed.Host) {
// replace domain with discuss.whatever.social
parsed.Host = "discuss.whatever.social"
} else if lists.ContainsString(lists.TwitterDomains, parsed.Host) {
// replace domain with read.whatever.social
parsed.Host = "read.whatever.social"
} else if lists.ContainsString(lists.YouTubeDomains, parsed.Host) {
// replace domain with watch.whatever.social
parsed.Host = "watch.whatever.social"