h
This commit is contained in:
@@ -398,7 +398,7 @@ def match_provider_name_for_url(url: str) -> Optional[str]:
|
||||
dom = dom_raw.lower()
|
||||
if not dom:
|
||||
continue
|
||||
if "://" in dom or dom.startswith("magnet:"):
|
||||
if "://" in dom or dom.startswith("magnet:") or dom.endswith(":") or "🧲" in dom:
|
||||
if raw_url_lower.startswith(dom):
|
||||
return info.canonical_name
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user