Commit Graph

21 Commits

Author SHA1 Message Date
edipretoro 8adc0623bd Adding the SQLAlchemyPipeline to the spider pipelines 2026-01-01 21:24:48 +01:00
edipretoro 0db07013ce Creating the SQLAlchemyPipeline class 2026-01-01 21:24:27 +01:00
edipretoro eaf854c3eb Adding a rule to ignore *.db files (SQLite databases) 2026-01-01 21:23:45 +01:00
edipretoro 359b3271e4 Updating the defition of our SQLAlchemy model 2026-01-01 21:23:05 +01:00
edipretoro 15e1f837c8 Updating the extraction of fields 2026-01-01 21:22:10 +01:00
edipretoro ada99be262 Renaming some fields for the TvShowItem 2026-01-01 21:15:36 +01:00
edipretoro 177652dce1 Adding a SQLAlchemy model to store scraped posts 2025-12-31 18:12:22 +01:00
edipretoro f8bb6678f1 Adding SQLAlchemy as requirement 2025-12-31 18:06:48 +01:00
edipretoro 4e90275507 Complying to pyright 2025-12-29 21:40:42 +01:00
edipretoro d099cd262d Extracting the date from the post 2025-12-29 21:40:34 +01:00
edipretoro 3f6d1bfb4f Adding type annotation to TvShow 2025-12-29 21:39:31 +01:00
edipretoro 15877e456a Removing useless import 2025-12-29 21:38:39 +01:00
edipretoro 3dff072840 Adding type annotation 2025-12-29 21:38:19 +01:00
edipretoro 0d98fc5193 Fixing the recuperation of the title 2025-12-28 10:34:48 +01:00
edipretoro 34ea401c00 Adding a first implementation of the parse function 2025-12-26 12:14:07 +01:00
edipretoro 6e7a1d3378 Updating the TvShowItem class
Adding more fields
2025-12-26 12:13:27 +01:00
edipretoro 9cc98a9944 Adding and configuring pyrefly 2025-12-26 12:12:29 +01:00
edipretoro cf13f89089 Adding a first iteration about a TvShowItem 2025-12-25 21:40:30 +01:00
edipretoro 887a641be5 Adding a first iteration to crawl over pages from the tv-shows category 2025-12-24 23:00:32 +01:00
edipretoro 598db18f54 Adding a short description of this repo 2025-12-23 10:44:33 +01:00
edipretoro 2e1004dbc7 Initial release (created with uv) 2025-12-23 08:19:14 +01:00