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