From 9104650cfecfb7f6aea42fc755b565f19c79d370 Mon Sep 17 00:00:00 2001 From: NoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:15:51 +0500 Subject: Add GotHub support (#116) Adds support for GotHub, an alternative frontend for GitHub --------- Co-authored-by: Ben Busby --- lib/farside.ex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/farside.ex b/lib/farside.ex index e92db93..ca96a4a 100644 --- a/lib/farside.ex +++ b/lib/farside.ex @@ -20,6 +20,7 @@ defmodule Farside do @quora_regex ~r/quora.com|quetre/ @gsearch_regex ~r/google.com\/search|whoogle/ @fandom_regex ~r/fandom.com|breezewiki/ + @github_regex ~r/github.com|gothub/ @stackoverflow_regex ~r/stackoverflow.com|anonymousoverflow/ @parent_services %{ @@ -37,6 +38,7 @@ defmodule Farside do @quora_regex => ["quetre"], @gsearch_regex => ["whoogle"], @fandom_regex => ["breezewiki"], + @github_regex => ["gothub"], @stackoverflow_regex => ["anonymousoverflow"] } -- cgit v1.2.3