2022-04-01 22:22:33 +00:00
|
|
|
accessing
|
|
|
|
profileImageUrl
|
2022-06-22 21:47:44 +00:00
|
|
|
|
|
|
|
| documentTree |
|
2023-07-27 21:13:05 +00:00
|
|
|
self remoteIsFound
|
|
|
|
ifFalse:[ ^ nil ].
|
|
|
|
documentTree := self documentTree.
|
2023-07-26 02:30:24 +00:00
|
|
|
^ profileImageUrl := self class nitterProvider, (((documentTree xpath: '//div[@class="profile-card-info"]//a[@class="profile-card-avatar"]') @ 'href') stringValue copyReplaceAll: '%2F' with: '/') copyWithoutFirst
|