Skip to content
Extraits de code Groupes Projets
Valider fffe486d rédigé par Thomas GUBÉNO's avatar Thomas GUBÉNO
Parcourir les fichiers

Modif meilleurs films

parent c8f705c2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -50,7 +50,7 @@ function getMovieRecommendationArray($id)
function getBestMovieArray()
{
$tmdb_url='https://api.themoviedb.org/3/discover/movie?api_key=7ac6810245f15284418f2a15b9b22225&language=fr-FR&sort_by=vote_average.desc&vote_count.gte=12000';
$tmdb_url='https://api.themoviedb.org/3/discover/movie?api_key=7ac6810245f15284418f2a15b9b22225&language=fr-FR&sort_by=vote_average.desc&vote_count.gte=10000';
$movie_json = file_get_contents($tmdb_url);
$movie_array = json_decode($movie_json, true);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter