Podcast¶
- class deezer.Podcast(client, json)¶
To work with Deezer podcast objects.
Check the Deezer documentation for more details about each field.
- id: int¶
- title: str¶
- description: str¶
- available: bool¶
- fans: int¶
- link: str¶
- picture: str¶
- picture_small: str¶
- picture_medium: str¶
- picture_big: str¶
- picture_xl: str¶
- get_episodes(**kwargs)¶
Get episodes from a podcast.
- Returns:
a
PaginatedList
ofEpisode
instances- Return type: