stefanodvx / crunpyroll

Async API wrapper for Crunchyroll
MIT License
74 stars 21 forks source link

Implement get_objects method #22

Closed inks007 closed 7 months ago

inks007 commented 7 months ago

Get series/season/episode/movie from an id. This method may miss some data. Missing attributes: Season: episode_count, is_simulcast, is_subbed, is_dubbed Episode: next_episode_title, next_episode_id, is_hd Movie: is_new

This method effectively allows you to retrieve episode/movie metadata given it's id.