From 6dfbd6c9c6f7fa4cf1572b17f18ebc4907640377 Mon Sep 17 00:00:00 2001
From: fynks <75840152+fynks@users.noreply.github.com>
Date: Mon, 15 Sep 2025 10:38:51 +0500
Subject: [PATCH] fix: remove Deepbrid references from index.html for accuracy
---
dist/index.html | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/dist/index.html b/dist/index.html
index 26ef3a7..b29557b 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -7,7 +7,7 @@
Debrid Services Comparison - Compare Pricing & Hosts
+ content="Compare pricing and supported hosts across AllDebrid, Real-Debrid, LinkSnappy, Premiumize, Debrid-Link, TorBox & Mega-Debrid.">
@@ -282,11 +282,7 @@
Debrid-Link
Referral Link
-
- Deepbrid
- Referral Link
-
+
@@ -547,14 +543,7 @@
Check supported file hosts
-
-
- Check supported file hosts
-
+
@@ -1089,7 +1078,7 @@
if (provider1Select && provider2Select) {
// Populate select options (mock data)
- const services = ['AllDebrid', 'Real-Debrid', 'TorBox', 'Premiumize', 'LinkSnappy', 'Debrid-Link', 'Mega-Debrid', 'Deepbrid'];
+ const services = ['AllDebrid', 'Real-Debrid', 'TorBox', 'Premiumize', 'LinkSnappy', 'Debrid-Link', 'Mega-Debrid'];
services.forEach(service => {
const option1 = new Option(service, service.toLowerCase());