mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Display media count above photo rail
This commit is contained in:
parent
7171486f03
commit
60986ecc88
4 changed files with 12 additions and 6 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue