mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Style fixes
This commit is contained in:
parent
f5ba2b62e7
commit
ffcac982d0
9 changed files with 33 additions and 31 deletions
|
|
@ -12,7 +12,7 @@ proc parseProfile(js: JsonNode; id=""): Profile =
|
|||
fullname: js{"name"}.getStr,
|
||||
location: js{"location"}.getStr,
|
||||
bio: js{"description"}.getStr,
|
||||
userpic: js{"profile_image_url_https"}.getImageStr.replace("_normal", ""),
|
||||
userPic: js{"profile_image_url_https"}.getImageStr.replace("_normal", ""),
|
||||
banner: js.getBanner,
|
||||
following: $js{"friends_count"}.getInt,
|
||||
followers: $js{"followers_count"}.getInt,
|
||||
|
|
|
|||
Loading…
Reference in a new issue