tvdb_api
tvdb_api copied to clipboard
Implement Show slice
The Show class should support get_item() slice, which comes in handy when we want to get only a few seasons e.g., show[2:4]
(or all seasons without specials - show[1:]
).
That'd be nice to see this feature in future (:sunglasses:).