zhangyong 7 tháng trước cách đây
mục cha
commit
9fcd72a6ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data_channel/sph_keyword.py

+ 1 - 1
data_channel/sph_keyword.py

@@ -44,7 +44,7 @@ class SphKeyword:
             data_list = response['data']['data']
             for data in data_list:
                 items = data['items'][0]
-                video_id = data["'boxID'"]
+                video_id = data["boxID"]
                 duration = items["duration"]
                 duration = cls.time_str_to_seconds(duration)
                 digg_count = items.get('likeNum', "0")