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'