Video¶
-
class
trakt.objects.video.Video(client, keys=None, index=None)¶ Bases:
trakt.objects.media.Media-
collected_at= None¶ Type: datetimeTimestamp of when this item was added to your collection (or None)
-
get_key(service)¶
-
pk¶ Retrieve the primary key (unique identifier for the item).
- Provides the following identifiers (by media type):
- movie: imdb
- show: tvdb
- season: tvdb
- episode: tvdb
- custom_list: trakt
- person: tmdb
Returns: (<service>, <value>)orNoneif no primary key is availableReturn type: tuple
-