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;