Not found user: starting implementation.
This commit is contained in:
parent
f9b7fdf6bb
commit
71484b16b0
@ -1,4 +1,7 @@
|
|||||||
accessing
|
accessing
|
||||||
profileImageUrl
|
profileImageUrl
|
||||||
|
| userFeed |
|
||||||
^ profileImageUrl ifNil: [
|
^ profileImageUrl ifNil: [
|
||||||
|
userFeed := self rssFeed xmlDocument.
|
||||||
|
(userFeed xpath: '//div[@class="error-panel"]') size = 1 ifTrue: [ ^ nil].
|
||||||
profileImageUrl := ((self rssFeed xmlDocument xpath: '//image/url') stringValue copyReplaceAll: '%2F' with: '/') ]
|
profileImageUrl := ((self rssFeed xmlDocument xpath: '//image/url') stringValue copyReplaceAll: '%2F' with: '/') ]
|
Loading…
Reference in New Issue
Block a user