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

8 lines
407 B
Smalltalk
Raw Normal View History

accessing
2022-04-12 21:05:59 +00:00
getPagesContentsUpto: anInteger
"I retroactively get all pages contents until a specified page number.
TO DO: should this be splitted back to two methods, one getting the page urls and other its content?
or do we always be getting the cursor urls and its contents all the time.
[ ] Benchmark alternative approaches."
2022-05-15 13:23:21 +00:00
^ self getPagesContentsFrom: self userNameLinkWithReplies upTo: anInteger