Socialmetrica/Socialmetrica.package/NitterUser.class/instance/lastTweetsFromHtml.st

5 lines
163 B
Smalltalk
Raw Normal View History

2022-04-11 17:11:10 +00:00
accessing
lastTweetsFromHtml
^ (self documentTree xpath: '//div[@class="timeline-item "]')
asOrderedCollection collect: [ :xmlElement | xmlElement postCopy ]