From c12d18dfbf81d105dd6c1dd9796b877fef14dc8a Mon Sep 17 00:00:00 2001
From: g0ldyy <153996346+g0ldyy@users.noreply.github.com>
Date: Wed, 7 Jan 2026 21:07:15 +0100
Subject: [PATCH] chore: update Comet domain from looks.legal to feels.legal
across all files
---
.env-sample | 2 +-
comet/api/endpoints/chilllink.py | 2 +-
comet/api/endpoints/stream.py | 14 +++++++-------
comet/core/models.py | 2 +-
comet/templates/index.html | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.env-sample b/.env-sample
index 5f403f1..5c3ca62 100644
--- a/.env-sample
+++ b/.env-sample
@@ -241,7 +241,7 @@ PROXY_DEBRID_STREAM_INACTIVITY_THRESHOLD=300 # Seconds to wait before cleaning u
DISABLE_TORRENT_STREAMS=False # When true, torrent-only requests return a friendly message instead of magnets
TORRENT_DISABLED_STREAM_NAME=[INFO] Comet # Stremio stream name shown when torrents are disabled
TORRENT_DISABLED_STREAM_DESCRIPTION=Direct torrent playback is disabled on this server. # Description shown to users in Stremio
-TORRENT_DISABLED_STREAM_URL=https://comet.looks.legal # Optional URL included in the placeholder stream response
+TORRENT_DISABLED_STREAM_URL=https://comet.feels.legal # Optional URL included in the placeholder stream response
# ============================== #
# Content Filtering #
diff --git a/comet/api/endpoints/chilllink.py b/comet/api/endpoints/chilllink.py
index 443f7e3..bd0c852 100644
--- a/comet/api/endpoints/chilllink.py
+++ b/comet/api/endpoints/chilllink.py
@@ -70,7 +70,7 @@ async def chilllink_streams(
{
"id": "comet.fast",
"title": "You need to configure a debrid service to use Comet in Chillio.",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
"metadata": [],
}
]
diff --git a/comet/api/endpoints/stream.py b/comet/api/endpoints/stream.py
index 463a2e7..a615a34 100644
--- a/comet/api/endpoints/stream.py
+++ b/comet/api/endpoints/stream.py
@@ -152,7 +152,7 @@ async def stream(
{
"name": "[❌] Comet",
"description": f"⚠️ OBSOLETE CONFIGURATION, PLEASE RE-CONFIGURE ON {request.url.scheme}://{request.url.netloc} ⚠️",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
]
}
@@ -186,7 +186,7 @@ async def stream(
{
"name": "[🚫] Comet",
"description": "Content not digitally released yet.",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
]
}
@@ -290,7 +290,7 @@ async def stream(
{
"name": "[⚠️] Comet",
"description": "Unable to get metadata.",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
]
}
@@ -381,7 +381,7 @@ async def stream(
{
"name": "[🔄] Comet",
"description": "Scraping in progress by another instance, please try again in a few seconds...",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
]
}
@@ -397,7 +397,7 @@ async def stream(
{
"name": "[🔄] Comet",
"description": "First search for this media - More results will be available in a few seconds...",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
)
else:
@@ -459,7 +459,7 @@ async def stream(
{
"name": "[❌] Comet",
"description": e.display_message,
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
]
}
@@ -501,7 +501,7 @@ async def stream(
{
"name": "[⚠️] Comet",
"description": "Debrid Stream Proxy Password incorrect.\nStreams will not be proxied.",
- "url": "https://comet.looks.legal",
+ "url": "https://comet.feels.legal",
}
)
diff --git a/comet/core/models.py b/comet/core/models.py
index 16805dd..ea554e2 100644
--- a/comet/core/models.py
+++ b/comet/core/models.py
@@ -120,7 +120,7 @@ class AppSettings(BaseSettings):
TORRENT_DISABLED_STREAM_DESCRIPTION: Optional[str] = (
"Direct torrent playback is disabled on this server."
)
- TORRENT_DISABLED_STREAM_URL: Optional[str] = "https://comet.looks.legal"
+ TORRENT_DISABLED_STREAM_URL: Optional[str] = "https://comet.feels.legal"
PUBLIC_BASE_URL: Optional[str] = None
REMOVE_ADULT_CONTENT: Optional[bool] = False
BACKGROUND_SCRAPER_ENABLED: Optional[bool] = False
diff --git a/comet/templates/index.html b/comet/templates/index.html
index ab11d28..981f813 100644
--- a/comet/templates/index.html
+++ b/comet/templates/index.html
@@ -6,7 +6,7 @@
-
+