Editorial¶
- class deezer.Editorial(client, json)¶
To work with Deezer editorial objects.
Check the Deezer documentation for more details about each field.
- id: int¶
- name: str¶
- picture: str¶
- picture_small: str¶
- picture_medium: str¶
- picture_big: str¶
- picture_xl: str¶
- get_selection()¶
Get a list of albums selected every week by the Deezer Team.
- get_chart()¶
Get top charts for tracks, albums, artists and playlists.
- get_releases(**kwargs)¶
Get the new releases per genre for the current country.
- Returns:
a
PaginatedList
ofAlbum
instances- Return type: