[crawler]

This commit is contained in:
LASTA_DEV01\lasta
2026-05-08 17:41:15 +09:00
commit 4158789869
54 changed files with 4355 additions and 0 deletions

17
tests/fixtures/sample_perfume.html vendored Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<title>Neroli Summer Eau de Parfum</title>
</head>
<body>
<main>
<h1>Neroli Summer Eau de Parfum</h1>
<p>Brand: Example Maison</p>
<p>Top notes: Bergamot, Neroli</p>
<p>Middle notes: Jasmine</p>
<p>Base notes: Musk</p>
<p>A fresh daily perfume for summer office wear.</p>
<p>Price $89</p>
</main>
</body>
</html>