Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement get_objects method #22

Closed

Conversation

inks007
Copy link
Contributor

@inks007 inks007 commented Apr 14, 2024

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.

        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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants