zhaoyang 2 年之前
父节点
当前提交
d56f75b4a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      content_spider/spiders/feiyuyuedu/feiyuyuedu.py

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

@@ -209,7 +209,7 @@ class feiyuyueduProcess():
             'intro': result['Introduction'], 'cover': result['cover'], 'keyword': result['Labels'],
             'status':  result['state'],
             'category': category_info['category_name'],'category_id':category_info['category_id'],
-            'channel': category_info['channelid']
+            'channel': result['channelid']
         }
 
     def get_chapter_list_url(self, bid):