zhaoyang 2 years ago
parent
commit
852e4c0a78
2 changed files with 2 additions and 2 deletions
  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'