about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/assets/images/lbry-icon.pngbin18944 -> 0 bytes
-rw-r--r--src/assets/javascripts/services.js4
-rw-r--r--src/config.json24
3 files changed, 0 insertions, 28 deletions
diff --git a/src/assets/images/lbry-icon.png b/src/assets/images/lbry-icon.png
deleted file mode 100644
index 65995740..00000000
--- a/src/assets/images/lbry-icon.png
+++ /dev/null
Binary files differdiff --git a/src/assets/javascripts/services.js b/src/assets/javascripts/services.js
index 28fb334a..0da2bfa5 100644
--- a/src/assets/javascripts/services.js
+++ b/src/assets/javascripts/services.js
@@ -118,9 +118,6 @@ function redirect(url, type, initiator, forceRedirection) {
 		case "hyperpipe": {
 			return `${randomInstance}${url.pathname}${url.search}`.replace(/\/search\?q=.*/, searchQuery => searchQuery.replace("?q=", "/"))
 		}
-		case "lbryDesktop": {
-			return url.href.replace(/^https?:\/{2}odysee\.com\//, "lbry://").replace(/:(?=[a-zA-Z0-9])/g, "#")
-		}
 		case "searx":
 		case "searxng":
 			return `${randomInstance}/${url.search}`
@@ -669,7 +666,6 @@ const defaultInstances = {
 	'lingva': ['https://lingva.ml'],
 	'searxng': ['https://search.bus-hit.me'],
 	'rimgo': ['https://rimgo.vern.cc'],
-	'librarian': ['https://lbry.vern.cc'],
 	'beatbump': ['https://beatbump.ml'],
 	'hyperpipe': ['https://hyperpipe.surge.sh'],
 	'facil': [' https://facilmap.org '],
diff --git a/src/config.json b/src/config.json
index 279b756d..e82cc61f 100644
--- a/src/config.json
+++ b/src/config.json
@@ -371,30 +371,6 @@
 			"embeddable": true,
 			"url": "https://pinterest.com"
 		},
-		"lbry": {
-			"frontends": {
-				"lbryDesktop": {
-					"name": "LBRY Desktop",
-					"embeddable": false,
-					"instanceList": false,
-					"url": "https://lbry.com/get"
-				}
-			},
-			"targets": [
-				"^https?:\\/{2}odysee\\.com(\\/|$)",
-				"^https?:\\/{2}lbry\\.tv(\\/|$)"
-			],
-			"name": "LBRY",
-			"options": {
-				"enabled": false,
-				"redirectType": "main_frame",
-				"unsupportedUrls": "bypass",
-				"frontend": "lbryDesktop"
-			},
-			"imageType": "png",
-			"embeddable": true,
-			"url": "https://odysee.com"
-		},
 		"search": {
 			"frontends": {
 				"searxng": {