Add: exercise 1 BeautifulSoup

This commit is contained in:
Jose
2026-02-16 02:40:41 +01:00
parent 2dbbf387d6
commit 65b2322022
8 changed files with 106 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
from pathlib import Path
URL = "https://www.vinissimus.com/es/vinos/tinto/?cursor=0"
URL = "https://www.vinissimus.com/es/vinos/tinto/?cursor="
DATA_DIR = Path(__file__).parent.parent / "data"
CSV_PATH = DATA_DIR / "books.csv"
DB_PATH = DATA_DIR / "books.bd"