|
@@ -136,7 +136,6 @@ class baseSpider(scrapy.Spider):
|
|
|
chapter_item['next_cid'] = 0
|
|
|
chapter_item['updated_at'] = now
|
|
|
chapter_item['created_at'] = now
|
|
|
- chapter_item = ChapterItem(meta)
|
|
|
yield chapter_item
|
|
|
|
|
|
def get_start_url(self):
|
|
@@ -270,7 +269,6 @@ class baseUpdateSpider(scrapy.Spider):
|
|
|
chapter_item['next_cid'] = 0
|
|
|
chapter_item['updated_at'] = now
|
|
|
chapter_item['created_at'] = now
|
|
|
- chapter_item = ChapterItem(meta)
|
|
|
yield chapter_item
|
|
|
|
|
|
|