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#
share: 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 of Episode instances

Return type:

PaginatedList[Episode]