From 594bd0c3014e78e298001074efb4c3901c85b3b3 Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 24 Jun 2026 15:52:37 +0200 Subject: [PATCH] Actualiser api.php --- api.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api.php b/api.php index 56d0016..bdf35cd 100644 --- a/api.php +++ b/api.php @@ -105,11 +105,6 @@ function extractYear($dateStr) { return ''; } -l)) { - $result['format'] = 'DVD'; - } elseif (preg_match('/\bVHS\b/i', $html)) { - $result['format'] = 'VHS'; - } // ── API DVDFr (NOUVELLE VERSION : Scraping HTML car l'API XML est morte) ── function fetchDVDFr($ean, $pdo) { if (empty($ean) || strlen($ean) < 8) return null;