chore: update comet.fast URL to comet.looks.legal across the application

This commit is contained in:
g0ldyy
2026-01-05 21:38:40 +01:00
parent 7db932ff66
commit 9bcfbba735
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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 #
+1 -1
View File
@@ -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": [],
}
]
+7 -7
View File
@@ -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",
}
)
+1 -1
View File
@@ -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
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta content="Comet" property="og:title" />
<meta content="Stremio's fastest torrent/debrid search add-on." property="og:description" />
<meta content="https://comet.fast" property="og:url" />
<meta content="https://comet.looks.legal" property="og:url" />
<meta content="https://i.ibb.co/LVGNJ0s/icon.jpg" property="og:image" />
<meta content="#6b6ef8" data-react-helmet="true" name="theme-color" />