Hello !
When I use the API to retrieve videos for a movie or a TV series, I noticed that for TV series, it's possible to filter videos by different languages (using include_video_language
), but not for movies.
So, I have to make two separate requests to get movie videos in French and English, whereas for TV series, I only need to call the API once.
Why don't movie videos have the include_video_language
parameter?
Regards
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
14.03.2025 v 9:58 DOP.
Movies support
include_video_language
just fine:https://api.themoviedb.org/3/movie/777443/videos?api_key=###&include_video_language=en,de
Odpověď od Tulsow
14.03.2025 v 8:59 ODP.
Oh, thanks =)