added forum metadata for later use

This commit is contained in:
2026-05-09 00:36:30 -04:00
parent 181477bce7
commit 8f1d9e7723
2 changed files with 4 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class ForumSpider(scrapy.Spider):
forum_id=self.forum_id,
reg_title=reg_title,
reg_desc=reg_desc,
scraped_at=datetime.utcnow().isoformat(),
forum_url=_view_url(self.forum_id),
)
for page in range(2, last_page + 1):
yield scrapy.FormRequest(