We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to get the info when the next TV episode will be aired?
For example, let's say that TV show "foobar" is currently on S04E12, and S04E13 will be aired 20.3.2016. - how to get that date?
Looking at the Tmdb::TV.detail(some_id)['seasons'].last gives air_date, episode_count, id, poster_pathand season_number
Tmdb::TV.detail(some_id)['seasons'].last
air_date
episode_count
id
poster_path
season_number
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a way to get the info when the next TV episode will be aired?
For example, let's say that TV show "foobar" is currently on S04E12, and S04E13 will be aired 20.3.2016. - how to get that date?
Looking at the
Tmdb::TV.detail(some_id)['seasons'].last
givesair_date
,episode_count
,id
,poster_path
andseason_number
The text was updated successfully, but these errors were encountered: