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
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 14 marzo, 2025 alle 9:58AM
Movies support
include_video_language
just fine:https://api.themoviedb.org/3/movie/777443/videos?api_key=###&include_video_language=en,de
Risposta da Tulsow
il 14 marzo, 2025 alle 8:59PM
Oh, thanks =)