Browse Source

wandu fix

zhaoyang 1 year ago
parent
commit
51e6eb29f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      content_spider/spiders/wandu/wandu.py

+ 1 - 1
content_spider/spiders/wandu/wandu.py

@@ -96,7 +96,7 @@ class wanduProcess(object):
             'bid': result['novel_id'], 'name': result['novel_name'], 'author': result['author_name'],
             'intro': result['summary'], 'cover': result['pic'], 'keyword': '',
             'status':result['is_done'], 'category': category_info['category_name'],'category_id':category_info['category_id'],
-            'channel': result['channel_id']
+            'channel': category_info['channel_id']
         }
 
     def get_chapter_list_url(self, bid):