Display media count above photo rail
This commit is contained in:
@@ -17,7 +17,8 @@ proc parseTimelineProfile*(node: XmlNode): Profile =
|
||||
userpic: node.getAvatar(".profile-picture img"),
|
||||
verified: isVerified(profile),
|
||||
protected: isProtected(profile),
|
||||
banner: getTimelineBanner(node)
|
||||
banner: getTimelineBanner(node),
|
||||
media: getMediaCount(node)
|
||||
)
|
||||
|
||||
result.getProfileStats(node.select(".ProfileNav-list"))
|
||||
|
||||
Reference in New Issue
Block a user