mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Ensure correct text formatting
This commit is contained in:
parent
0fee70eeba
commit
aae0e51154
7 changed files with 33 additions and 22 deletions
|
|
@ -44,7 +44,7 @@ proc parseQuote*(quote: XmlNode): Quote =
|
|||
result = Quote(
|
||||
id: quote.getAttr("data-item-id"),
|
||||
link: quote.getAttr("href"),
|
||||
text: quote.selectText(".QuoteTweet-text").stripTwitterUrls()
|
||||
text: getQuoteText(quote)
|
||||
)
|
||||
|
||||
result.profile = Profile(
|
||||
|
|
|
|||
Loading…
Reference in a new issue