zhaoyang %!s(int64=2) %!d(string=hai) anos
pai
achega
852e4c0a78

+ 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'