summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com>2023-07-18 02:15:51 +0500
committerGitHub <noreply@github.com>2023-07-17 15:15:51 -0600
commit9104650cfecfb7f6aea42fc755b565f19c79d370 (patch)
tree112b1822858dd560fadbf47ee46bfeddae65507b /lib
parent46c9b664789cc4f03d2ea075bb598ac0702b58e1 (diff)
downloadfarside-9104650cfecfb7f6aea42fc755b565f19c79d370.tar.gz
Add GotHub support (#116)
Adds support for GotHub, an alternative frontend for GitHub --------- Co-authored-by: Ben Busby <contact@benbusby.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/farside.ex2
1 files changed, 2 insertions, 0 deletions
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"]
}