adibaewa / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

Get_top_artist limitation in pylast??? #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use pylast program to get information from Last.fm API.
During my research project, I use pylast program to get information from LastFm 
API.

When calling:

top_artists_of_country = geo_country.get_top_artists(limit = 1000)

I find that it can only return 500 records, however my limit is set to 1000.

So, is there any restriction on this extracting operation? For example, LastFM 
API can only return no more than 500 query records?

Many thanks, experts:)

Original issue reported on code.google.com by Shenyuan...@gmail.com on 20 Dec 2011 at 9:16

GoogleCodeExporter commented 9 years ago
Well, it seems that the pylast project is not so active.

Original comment by Shenyuan...@gmail.com on 26 Dec 2011 at 8:30

GoogleCodeExporter commented 9 years ago
It might be, try checking the results of 
http://ws.audioscrobbler.com/2.0/?method=geo.gettopartists&country=spain&api_key
=b25b959554ed76058ac220b7b2e0a026&limit=1000

Original comment by tian2992 on 18 Feb 2012 at 5:08

GoogleCodeExporter commented 9 years ago
500 is a limitation of Last.fm. See http://stackoverflow.com/a/8572756/724176

Original comment by hugovk@gmail.com on 1 Mar 2014 at 2:05