mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 14:55:50 -04:00
Add relation between google parent service and whoogle
This commit is contained in:
parent
b232389779
commit
75e4c2d0e1
@ -18,6 +18,7 @@ defmodule Farside do
|
||||
@tiktok_regex ~r/tiktok.com|proxitok/
|
||||
@imdb_regex ~r/imdb.com|libremdb/
|
||||
@quora_regex ~r/quora.com|quetre/
|
||||
@google_regex ~r/google.com|whoogle/
|
||||
|
||||
@parent_services %{
|
||||
@youtube_regex => ["invidious", "piped"],
|
||||
@ -31,7 +32,8 @@ defmodule Farside do
|
||||
@gtranslate_regex => ["lingva"],
|
||||
@tiktok_regex => ["proxitok"],
|
||||
@imdb_regex => ["libremdb"],
|
||||
@quora_regex => ["quetre"]
|
||||
@quora_regex => ["quetre"],
|
||||
@google_regex => ["whoogle"]
|
||||
}
|
||||
|
||||
def get_services_map do
|
||||
|
Loading…
x
Reference in New Issue
Block a user