zhaoyang vor 2 Jahren
Ursprung
Commit
d56f75b4a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'],
             'intro': result['Introduction'], 'cover': result['cover'], 'keyword': result['Labels'],
             'status':  result['state'],
             'status':  result['state'],
             'category': category_info['category_name'],'category_id':category_info['category_id'],
             '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):
     def get_chapter_list_url(self, bid):