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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 14 março 2025 às 9:58 AM
Movies support
include_video_language
just fine:https://api.themoviedb.org/3/movie/777443/videos?api_key=###&include_video_language=en,de
Resposta de Tulsow
em 14 março 2025 às 8:59 PM
Oh, thanks =)