diff --git a/pomice/pool.py b/pomice/pool.py index 9466934..ef4d635 100644 --- a/pomice/pool.py +++ b/pomice/pool.py @@ -269,7 +269,7 @@ class Node: Context object on any track you search. """ - if not URL_REGEX.match(query) and not re.match(r"(?:ytm?|sc)search:", query): + if not URL_REGEX.match(query) and not re.match(r"(?:ytm?|sc)search:.", query): query = f"{search_type}:{query}" if spotify_url_check := SPOTIFY_URL_REGEX.match(query):