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

Video class missing Official and PublishedAt #413

Closed
Miatrix opened this issue Jul 25, 2022 · 2 comments
Closed

Video class missing Official and PublishedAt #413

Miatrix opened this issue Jul 25, 2022 · 2 comments

Comments

@Miatrix
Copy link
Contributor

Miatrix commented Jul 25, 2022

From their API Documents: https://developers.themoviedb.org/3/movies/get-movie-videos

{ "id": 550, "results": [ { "iso_639_1": "en", "iso_3166_1": "US", "name": "Fight Club - Theatrical Trailer Remastered in HD", "key": "6JnN1DmbqoU", "site": "YouTube", "size": 1080, "type": "Trailer", "official": false, "published_at": "2015-02-26T03:19:25.000Z", "id": "5e382d1b4ca676001453826d" }, { "iso_639_1": "en", "iso_3166_1": "US", "name": "Fight Club | #TBT Trailer | 20th Century FOX", "key": "BdJKm16Co6M", "site": "YouTube", "size": 1080, "type": "Trailer", "official": true, "published_at": "2014-10-02T19:20:22.000Z", "id": "5c9294240e0a267cd516835f" } ] }

@bigjam
Copy link

bigjam commented Oct 5, 2022

I need these fields too, i can see they also added a new "include_video_language" filter like "include_image_language" it will be cool to add these new field too.
Thx for helpers.

From TMDB website :
"July 28, 2021 | A new include_video_language filter is now available. You can use this filter the same way you use include_image_language on image calls. We also added two new fields, official and published_at to the video response."

@Miatrix
Copy link
Contributor Author

Miatrix commented Dec 7, 2023

Implemented in #472

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

No branches or pull requests

3 participants