WatchedProgress

class trakt.objects.progress.watched.WatchedProgress(client, aired=None, completed=None)

Bases: trakt.objects.progress.show.ShowProgress

progress_type = 'watched'
to_dict()

Dump progress to a dictionary.

Returns:Progress dictionary
Return type:dict