|
@@ -10,7 +10,7 @@ import time
|
|
|
class BookupdateSpider(baseUpdateSpider):
|
|
|
name = 'kanshuupdate'
|
|
|
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'
|
|
@@ -57,7 +57,7 @@ class BookupdateSpider(baseUpdateSpider):
|
|
|
class BookupdateStatusSpider(baseUpdateBookStatusSpider):
|
|
|
name = 'kanshuupdatestatus'
|
|
|
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'
|