|
|
@@ -59,7 +59,7 @@ proc parseGraphList*(js: JsonNode): List =
|
|
|
|
|
|
result = List(
|
|
|
id: list{"id_str"}.getStr,
|
|
|
- name: list{"name"}.getStr,
|
|
|
+ name: list{"name"}.getStr.replace(' ', '-'),
|
|
|
username: list{"user", "legacy", "screen_name"}.getStr,
|
|
|
userId: list{"user", "legacy", "id_str"}.getStr,
|
|
|
description: list{"description"}.getStr,
|