Add proxitok (TikTok frontend)

Closes #19
This commit is contained in:
Ben Busby 2022-06-21 16:12:12 -06:00
parent d280f961f5
commit 32259f849b
No known key found for this signature in database
GPG key ID: B9B7231E01D924A1
2 changed files with 13 additions and 1 deletions

View file

@ -15,6 +15,7 @@ defmodule Farside do
@odysee_regex ~r/odysee.com|librarian/
@imgur_regex ~r/imgur.com|rimgo/
@gtranslate_regex ~r/translate.google.com|lingva/
@tiktok_regex ~r/tiktok.com|proxitok/
@parent_services %{
@youtube_regex => ["invidious", "piped"],
@ -25,7 +26,8 @@ defmodule Farside do
@medium_regex => ["scribe"],
@odysee_regex => ["librarian"],
@imgur_regex => ["rimgo"],
@gtranslate_regex => ["lingva"]
@gtranslate_regex => ["lingva"],
@tiktok_regex => ["proxitok"]
}
def get_services_map do

View file

@ -331,5 +331,15 @@
"https://librarian.esmailelbob.xyz",
"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"
]
}
]