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

4 lines
177 B
Smalltalk

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