Socialmetrica/Socialmetrica.package/NitterUser.class/instance/getPagesContentsFromOldestU...

4 lines
215 B
Smalltalk

accessing
getPagesContentsFromOldestUpto: anInteger
^ self getPagesContentsFrom: ((self messages oldest metadata select: [ :item | item isString and: [ item beginsWith: 'https://' ]]) values first) Upto: anInteger