mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 19:08:42 +00:00
parent
d280f961f5
commit
32259f849b
2 changed files with 13 additions and 1 deletions
|
@ -15,6 +15,7 @@ defmodule Farside do
|
||||||
@odysee_regex ~r/odysee.com|librarian/
|
@odysee_regex ~r/odysee.com|librarian/
|
||||||
@imgur_regex ~r/imgur.com|rimgo/
|
@imgur_regex ~r/imgur.com|rimgo/
|
||||||
@gtranslate_regex ~r/translate.google.com|lingva/
|
@gtranslate_regex ~r/translate.google.com|lingva/
|
||||||
|
@tiktok_regex ~r/tiktok.com|proxitok/
|
||||||
|
|
||||||
@parent_services %{
|
@parent_services %{
|
||||||
@youtube_regex => ["invidious", "piped"],
|
@youtube_regex => ["invidious", "piped"],
|
||||||
|
@ -25,7 +26,8 @@ defmodule Farside do
|
||||||
@medium_regex => ["scribe"],
|
@medium_regex => ["scribe"],
|
||||||
@odysee_regex => ["librarian"],
|
@odysee_regex => ["librarian"],
|
||||||
@imgur_regex => ["rimgo"],
|
@imgur_regex => ["rimgo"],
|
||||||
@gtranslate_regex => ["lingva"]
|
@gtranslate_regex => ["lingva"],
|
||||||
|
@tiktok_regex => ["proxitok"]
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_services_map do
|
def get_services_map do
|
||||||
|
|
|
@ -331,5 +331,15 @@
|
||||||
"https://librarian.esmailelbob.xyz",
|
"https://librarian.esmailelbob.xyz",
|
||||||
"https://lbry.vern.cc"
|
"https://lbry.vern.cc"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "proxitok",
|
||||||
|
"test_url": "/discover",
|
||||||
|
"fallback": "https://proxitok.herokuapp.com",
|
||||||
|
"instances": [
|
||||||
|
"https://proxitok.herokuapp.com",
|
||||||
|
"https://proxitok.pussthecat.org",
|
||||||
|
"https://proxitok.privacydev.net"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue