mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add timeline filters
Custom filter menu is still WIP
This commit is contained in:
parent
a7249080db
commit
13a9f6cd1f
12 changed files with 234 additions and 51 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import xmltree, sequtils, strtabs, strutils, strformat, json
|
||||
|
||||
import ./types, ./parserutils, ./formatters
|
||||
import types, parserutils, formatters
|
||||
|
||||
proc parsePopupProfile*(node: XmlNode): Profile =
|
||||
let profile = node.select(".profile-card")
|
||||
|
|
|
|||
Loading…
Reference in a new issue