Finished: basic exercises. Started: BS4 exercise 1.
This commit is contained in:
6
ejercicios/beautifulsoup/ej1/src/config.py
Normal file
6
ejercicios/beautifulsoup/ej1/src/config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
URL = "https://www.vinissimus.com/es/vinos/tinto/?cursor=0"
|
||||
DATA_DIR = Path(__file__).parent.parent / "data"
|
||||
CSV_PATH = DATA_DIR / "books.csv"
|
||||
DB_PATH = DATA_DIR / "books.bd"
|
||||
Reference in New Issue
Block a user