Socialmetrica/Datanalitica.package/NitterUser.class/instance/profileImageUrl.st

3 lines
147 B
Smalltalk
Raw Normal View History

accessing
profileImageUrl
^ profileImageUrl ifNil: [ (self rssFeed xmlDocument xpath: '//image/url') stringValue copyReplaceAll: '%2F' with: '/' ]