|
|
@@ -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
|
|
|
|