zhaoyang 2 年之前
父節點
當前提交
f08d3baa8c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      content_spider/spiders/futian/futian.py

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

@@ -131,7 +131,7 @@ class futianProcess(object):
             'bid': result['id'], 'name': result['title'], 'author': result['author'],
             'intro': result['description'], 'cover': result['cover'], 'keyword': '',
             'status': result['status'], '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):