Implement Show slice
poxip opened this issue · 0 comments
poxip commented
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:).