From 9bcfbba735d35ccee28641a4f94f373777badab0 Mon Sep 17 00:00:00 2001 From: g0ldyy <153996346+g0ldyy@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:38:40 +0100 Subject: [PATCH] chore: update `comet.fast` URL to `comet.looks.legal` across the application --- .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 db979a4..4eb804f 100644 --- a/.env-sample +++ b/.env-sample @@ -238,7 +238,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. Please configure a debrid provider. # Description shown to users in Stremio -TORRENT_DISABLED_STREAM_URL=https://comet.fast # Optional URL included in the placeholder stream response +TORRENT_DISABLED_STREAM_URL=https://comet.looks.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 729fbc5..443f7e3 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.fast", + "url": "https://comet.looks.legal", "metadata": [], } ] diff --git a/comet/api/endpoints/stream.py b/comet/api/endpoints/stream.py index 95cd5a1..1a23dce 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.fast", + "url": "https://comet.looks.legal", } ] } @@ -187,7 +187,7 @@ async def stream( { "name": "[🚫] Comet", "description": "Content not digitally released yet.", - "url": "https://comet.fast", + "url": "https://comet.looks.legal", } ] } @@ -291,7 +291,7 @@ async def stream( { "name": "[⚠️] Comet", "description": "Unable to get metadata.", - "url": "https://comet.fast", + "url": "https://comet.looks.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.fast", + "url": "https://comet.looks.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.fast", + "url": "https://comet.looks.legal", } ) else: @@ -459,7 +459,7 @@ async def stream( { "name": "[❌] Comet", "description": e.display_message, - "url": "https://comet.fast", + "url": "https://comet.looks.legal", } ] } @@ -501,7 +501,7 @@ async def stream( { "name": "[⚠️] Comet", "description": "Debrid Stream Proxy Password incorrect.\nStreams will not be proxied.", - "url": "https://comet.fast", + "url": "https://comet.looks.legal", } ) diff --git a/comet/core/models.py b/comet/core/models.py index 3f2d765..7f73493 100644 --- a/comet/core/models.py +++ b/comet/core/models.py @@ -117,7 +117,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.fast" + TORRENT_DISABLED_STREAM_URL: Optional[str] = "https://comet.looks.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 02f9caf..8d2698d 100644 --- a/comet/templates/index.html +++ b/comet/templates/index.html @@ -6,7 +6,7 @@ - +