|
|
3c30b42f75
|
Refactoring the main function to use multiprocessing.Process to run scrapy
|
2026-01-03 09:52:11 +01:00 |
|
|
|
ad60e83693
|
Renaming the main function as run_scrapy
|
2026-01-03 09:50:12 +01:00 |
|
|
|
a7952bc32c
|
Processing correctly links extracted from a post
|
2026-01-02 15:11:22 +01:00 |
|
|
|
1d0cb8ed5d
|
Updating the SQLAlchemyPipeline to use properly TvShowDB and LinkDB
|
2026-01-02 15:10:56 +01:00 |
|
|
|
d8d8109cdc
|
Updating the imports
|
2026-01-02 15:10:20 +01:00 |
|
|
|
05866cc862
|
Adding a links attribute to use the relationship to the LinkDB class
|
2026-01-02 15:09:50 +01:00 |
|
|
|
f0e6d73dde
|
Removing the existing download_url attribute
|
2026-01-02 15:09:30 +01:00 |
|
|
|
4bff05bc92
|
Adding a LinkDB model to store different links per show
|
2026-01-02 15:08:47 +01:00 |
|
|
|
8adc0623bd
|
Adding the SQLAlchemyPipeline to the spider pipelines
|
2026-01-01 21:24:48 +01:00 |
|
|
|
0db07013ce
|
Creating the SQLAlchemyPipeline class
|
2026-01-01 21:24:27 +01:00 |
|
|
|
eaf854c3eb
|
Adding a rule to ignore *.db files (SQLite databases)
|
2026-01-01 21:23:45 +01:00 |
|
|
|
359b3271e4
|
Updating the defition of our SQLAlchemy model
|
2026-01-01 21:23:05 +01:00 |
|
|
|
15e1f837c8
|
Updating the extraction of fields
|
2026-01-01 21:22:10 +01:00 |
|
|
|
ada99be262
|
Renaming some fields for the TvShowItem
|
2026-01-01 21:15:36 +01:00 |
|
|
|
177652dce1
|
Adding a SQLAlchemy model to store scraped posts
|
2025-12-31 18:12:22 +01:00 |
|
|
|
f8bb6678f1
|
Adding SQLAlchemy as requirement
|
2025-12-31 18:06:48 +01:00 |
|
|
|
4e90275507
|
Complying to pyright
|
2025-12-29 21:40:42 +01:00 |
|
|
|
d099cd262d
|
Extracting the date from the post
|
2025-12-29 21:40:34 +01:00 |
|
|
|
3f6d1bfb4f
|
Adding type annotation to TvShow
|
2025-12-29 21:39:31 +01:00 |
|
|
|
15877e456a
|
Removing useless import
|
2025-12-29 21:38:39 +01:00 |
|
|
|
3dff072840
|
Adding type annotation
|
2025-12-29 21:38:19 +01:00 |
|
|
|
0d98fc5193
|
Fixing the recuperation of the title
|
2025-12-28 10:34:48 +01:00 |
|
|
|
34ea401c00
|
Adding a first implementation of the parse function
|
2025-12-26 12:14:07 +01:00 |
|
|
|
6e7a1d3378
|
Updating the TvShowItem class
Adding more fields
|
2025-12-26 12:13:27 +01:00 |
|
|
|
9cc98a9944
|
Adding and configuring pyrefly
|
2025-12-26 12:12:29 +01:00 |
|
|
|
cf13f89089
|
Adding a first iteration about a TvShowItem
|
2025-12-25 21:40:30 +01:00 |
|
|
|
887a641be5
|
Adding a first iteration to crawl over pages from the tv-shows category
|
2025-12-24 23:00:32 +01:00 |
|
|
|
598db18f54
|
Adding a short description of this repo
|
2025-12-23 10:44:33 +01:00 |
|
|
|
2e1004dbc7
|
Initial release (created with uv)
|
2025-12-23 08:19:14 +01:00 |
|