Adding a first iteration about a TvShowItem
This commit is contained in:
@@ -9,6 +9,11 @@ from scrapy.spiders import CrawlSpider, Rule
|
||||
from scrapy.linkextractors import LinkExtractor
|
||||
|
||||
|
||||
class TvShowItem(scrapy.Item):
|
||||
title = scrapy.Field()
|
||||
release_date = scrapy.Field()
|
||||
|
||||
|
||||
class TvShow(CrawlSpider):
|
||||
name = "rlsb_tvshow"
|
||||
allowed_domains = ["rlsbb.ru"]
|
||||
|
||||
Reference in New Issue
Block a user