Feat: The crawler works on docker

This commit is contained in:
Namu
2025-11-16 01:39:14 +01:00
commit 37f75a90e5
12 changed files with 387 additions and 0 deletions

12
crawler2/items.py Normal file
View File

@@ -0,0 +1,12 @@
# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class Crawler2Item(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass