chore: add Vita3K, Mjolnir, ES-DE Companion. remove artifact of dual-screen category in add-app CLI
This commit is contained in:
@@ -40,7 +40,6 @@ CATEGORIES = [
|
||||
"Emulator",
|
||||
"Frontend",
|
||||
"Utilities",
|
||||
"Dual Screen",
|
||||
"PC Emulation",
|
||||
"Streaming",
|
||||
]
|
||||
@@ -60,7 +59,7 @@ SOURCE_DETECTION = {
|
||||
}
|
||||
|
||||
|
||||
def detect_source(url: str) -> str | None:
|
||||
def detect_source(url: str):
|
||||
"""Detect the source type from URL."""
|
||||
parsed = urlparse(url)
|
||||
host = parsed.netloc.lower()
|
||||
|
||||
Reference in New Issue
Block a user