mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
Add GotHub support
This commit is contained in:
parent
2b32622d52
commit
6427c8b325
3 changed files with 28 additions and 0 deletions
|
@ -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"]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue