zz 4 yıl önce
ebeveyn
işleme
eae9796ff4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ydyspider/spiders/7lou.py

+ 1 - 1
ydyspider/spiders/7lou.py

@@ -66,7 +66,7 @@ class A7louSpider(scrapy.Spider):
 			data['prev_cid'] = 0
 			data['next_cid'] = 0
 			data['recent_update_at'] = meta['update_at']
-			data['content'] = res['data']['chapter_content']
+			data['content'] = res['data']['content']
 			data['ly_chapter_id'] = meta['source_chapter_id']
 			mysql.inseraAll(data)
 			mysql.close()