zhaoyang 2 年之前
父节点
当前提交
852e4c0a78
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      content_spider/spiders/kanshu/book.py
  2. 1 1
      content_spider/spiders/kanshu/bookFix.py

+ 1 - 1
content_spider/spiders/kanshu/book.py

@@ -8,7 +8,7 @@ import time
 class BookSpider(baseSpider):
     name = 'kanshu'
     allowed_domains = ['hezuo.lunjian.com']
-    source = 'kanshu'
+    source = 'zy_kanshu'
     source_name = '看书'
     source_id = 19
     base_url = 'http://hezuo.lunjian.com/open/ksbook/{}?channel_id=10054'

+ 1 - 1
content_spider/spiders/kanshu/bookFix.py

@@ -8,7 +8,7 @@ import time
 class bookFixSpider(fixChapterSpider):
     name = 'kanshufix'
     allowed_domains = ['hezuo.lunjian.com']
-    source = 'kanshu'
+    source = 'zy_kanshu'
     source_name = '看书'
     source_id = 19
     base_url = 'http://hezuo.lunjian.com/open/ksbook/{}?channel_id=10054'