I am trying to get more than the 50 top artists of a user and was
trying to get all of them by using http://www.last.fm/api/show?service=322
(library.getAritsts) with the page parameter in a loop (if pylast
didn't implement that).
But sadly, pylast does not even implement the 'page' parameter, even
less an automated "get all" if no limit is given. (It does have that,
but that refers to 50 Artists max).
Will that feature be added in the future? It would really help me and
get me around html parsing. :)
Thanks