Remove artist.getImages and depracation note
This commit is contained in:
parent
5dcf8a2f70
commit
615bccb227
2 changed files with 0 additions and 21 deletions
|
@ -2077,14 +2077,6 @@ class Artist(_BaseObject, _Taggable):
|
|||
return self.network._get_url(
|
||||
domain_name, "artist") % {'artist': artist}
|
||||
|
||||
def get_images(self, order=IMAGES_ORDER_POPULARITY, limit=None):
|
||||
"""
|
||||
The artist.getImages method has been deprecated by Last.fm.
|
||||
"""
|
||||
raise WSError(
|
||||
self.network, "27",
|
||||
"The artist.getImages method has been deprecated by Last.fm.")
|
||||
|
||||
def shout(self, message):
|
||||
"""
|
||||
Post a shout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue