zhaoyang 2 năm trước cách đây
mục cha
commit
fcb5b3a8dd
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      content_spider/spiders/baichuanzw/baichuanzw.py

+ 5 - 5
content_spider/spiders/baichuanzw/baichuanzw.py

@@ -10,7 +10,7 @@ import json
 from  content_spider.Util import md5
 
 
-name = 'baichuanzw'
+name = 'baichuan'
 allowed_domains = ['fenxiao.baichuanzw.com']
 source = 'zy_baichuan'
 source_name = 'baichuan百川'
@@ -130,7 +130,7 @@ class baichuanzw(object):
 
 
 class baichuanzwSpider(baichuanzw, baseSpider):
-    name = 'baichuanzw'
+    name = 'baichuan'
     custom_settings = {
         'DOWNLOAD_DELAY': 0.1,
         'SOURCE': source,
@@ -139,7 +139,7 @@ class baichuanzwSpider(baichuanzw, baseSpider):
 
 
 class baichuanzwupdateSpider(baichuanzw, baseUpdateSpider):
-    name = 'baichuanzwupdate'
+    name = 'baichuanupdate'
     custom_settings = {
         'DOWNLOAD_DELAY': 0.1,
         'SOURCE': source,
@@ -148,7 +148,7 @@ class baichuanzwupdateSpider(baichuanzw, baseUpdateSpider):
 
 
 class baichuanzwfixSpider(baichuanzw, fixChapterSpider):
-    name = 'baichuanzwfix'
+    name = 'baichuanfix'
     custom_settings = {
         'DOWNLOAD_DELAY': 0.1,
         'SOURCE': source,
@@ -157,7 +157,7 @@ class baichuanzwfixSpider(baichuanzw, fixChapterSpider):
 
 
 class baichuanzwBookInfoSpider(baichuanzw, baseUpdateBookStatusSpider):
-    name = 'baichuanzwbookstatusinfo'
+    name = 'baichuanbookstatusinfo'
     custom_settings = {
         'DOWNLOAD_DELAY': 0.1,
         'SOURCE': source,