From f5ba2b62e762ef5f86aebc008312a15369a800ba Mon Sep 17 00:00:00 2001 From: Zed Date: Thu, 6 Jan 2022 03:37:27 +0100 Subject: [PATCH] Add audiospace to list of unsupported cards --- src/parser.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.nim b/src/parser.nim index 25778ed..a086dc3 100644 --- a/src/parser.nim +++ b/src/parser.nim @@ -190,7 +190,7 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card = result.url = vals{"player_url"}.getStrVal if "youtube.com" in result.url: result.url = result.url.replace("/embed/", "/watch?v=") - of unified, unknown: + of audiospace, unified, unknown: result.title = "This card type is not supported." else: discard