mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 02:48:42 +00:00
Fix spelling of quetre (#55)
This commit is contained in:
parent
11b8e8466a
commit
431ea613d1
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ defmodule Farside do
|
||||||
@gtranslate_regex ~r/translate.google.com|lingva/
|
@gtranslate_regex ~r/translate.google.com|lingva/
|
||||||
@tiktok_regex ~r/tiktok.com|proxitok/
|
@tiktok_regex ~r/tiktok.com|proxitok/
|
||||||
@imdb_regex ~r/imdb.com|libremdb/
|
@imdb_regex ~r/imdb.com|libremdb/
|
||||||
@quora_regex ~r/quora.com|querte/
|
@quora_regex ~r/quora.com|quetre/
|
||||||
|
|
||||||
@parent_services %{
|
@parent_services %{
|
||||||
@youtube_regex => ["invidious", "piped"],
|
@youtube_regex => ["invidious", "piped"],
|
||||||
|
@ -31,7 +31,7 @@ defmodule Farside do
|
||||||
@gtranslate_regex => ["lingva"],
|
@gtranslate_regex => ["lingva"],
|
||||||
@tiktok_regex => ["proxitok"],
|
@tiktok_regex => ["proxitok"],
|
||||||
@imdb_regex => ["libremdb"],
|
@imdb_regex => ["libremdb"],
|
||||||
@quora_regex => ["querte"]
|
@quora_regex => ["quetre"]
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_services_map do
|
def get_services_map do
|
||||||
|
|
|
@ -362,7 +362,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "querte",
|
"type": "quetre",
|
||||||
"test_url": "/How-does-the-Z-boson-decay",
|
"test_url": "/How-does-the-Z-boson-decay",
|
||||||
"fallback": "https://quetre.herokuapp.com",
|
"fallback": "https://quetre.herokuapp.com",
|
||||||
"instances": [
|
"instances": [
|
||||||
|
|
|
@ -289,7 +289,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "querte",
|
"type": "quetre",
|
||||||
"test_url": "/How-does-the-Z-boson-decay",
|
"test_url": "/How-does-the-Z-boson-decay",
|
||||||
"fallback": "https://quetre.herokuapp.com",
|
"fallback": "https://quetre.herokuapp.com",
|
||||||
"instances": [
|
"instances": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue