mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
chore: update Comet domain from looks.legal to feels.legal across all files
This commit is contained in:
+1
-1
@@ -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 #
|
||||
|
||||
@@ -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": [],
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.looks.legal" property="og:url" />
|
||||
<meta content="https://comet.feels.legal" property="og:url" />
|
||||
<meta content="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png" property="og:image" />
|
||||
<meta content="#6b6ef8" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user