/ Discover / movie with flag "include_video = true" , list movies with "video:false"
Example:
https://api.themoviedb.org/3/discover/movie?api_key=###&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=true&page=2
"id": 284052,
"original_title": "Doctor Strange",
"original_language": "en",
"title": "Doctor Strange",
"backdrop_path": "/tFI8VLMgSTTU38i8TIsklfqS9Nl.jpg",
"popularity": 19.669496,
"vote_count": 1918,
"video": false,
"vote_average": 6.7
Why ?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 8, 2017 في 7:01 مساءا
Hi MIguel,
The
include_video
filter simply includes video entries. Doctor Strange is not a video entry, so it will be included. You can read more about what a "video" is here on TMDb, by reading this document.رد بواسطة Miguel
بتاريخ فبراير 9, 2017 في 3:12 صباحا
okay. Thanks Travis, I was misunderstanding him then. Regards.