mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: update asset URLs from ibb.co to GitHub raw content
This commit is contained in:
@@ -36,8 +36,8 @@ async def manifest(request: Request, b64config: str = None):
|
||||
}
|
||||
],
|
||||
"types": ["movie", "series", "anime", "other"],
|
||||
"logo": "https://i.ibb.co/LVGNJ0s/icon.jpg",
|
||||
"background": "https://i.ibb.co/spMks15Y/background.jpg",
|
||||
"logo": "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png",
|
||||
"background": "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/background.png",
|
||||
"behaviorHints": {"configurable": True, "configurationRequired": False},
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id="favicon"
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://i.ibb.co/LVGNJ0s/icon.jpg"
|
||||
href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
|
||||
/>
|
||||
|
||||
<link
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id="favicon"
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://i.ibb.co/LVGNJ0s/icon.jpg"
|
||||
href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
|
||||
/>
|
||||
|
||||
<link
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
<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://i.ibb.co/LVGNJ0s/icon.jpg" property="og:image" />
|
||||
<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" />
|
||||
|
||||
<title>Comet - Stremio's fastest torrent/debrid search add-on.</title>
|
||||
<link id="favicon" rel="icon" type="image/x-icon" href="https://i.ibb.co/LVGNJ0s/icon.jpg" />
|
||||
<link id="favicon" rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.20.1/cdn/themes/dark.css" />
|
||||
<script type="module"
|
||||
|
||||
@@ -17,7 +17,7 @@ TIMEOUT = 30
|
||||
|
||||
WEBHOOK_URL = "https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN"
|
||||
WEBHOOK_USERNAME = "Comet Monitor"
|
||||
WEBHOOK_AVATAR = "https://i.ibb.co/LVGNJ0s/icon.jpg"
|
||||
WEBHOOK_AVATAR = "https://raw.githubusercontent.com/g0ldyy/comet/refs/heads/main/comet/assets/icon.png"
|
||||
|
||||
# ===========================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user