|
@@ -481,7 +481,7 @@ class KuaiShouRecommend:
|
|
|
{our_uid},
|
|
|
"{video_dict['user_id']}",
|
|
|
"{cls.platform}",
|
|
|
- "定向爬虫策略",
|
|
|
+ {strategy},
|
|
|
"{video_dict['video_id']}",
|
|
|
"{video_dict['video_title']}",
|
|
|
"{video_dict['cover_url']}",
|
|
@@ -501,7 +501,7 @@ class KuaiShouRecommend:
|
|
|
upload_time = int(time.time())
|
|
|
values = [[our_video_id,
|
|
|
time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(upload_time)),
|
|
|
- "定向榜",
|
|
|
+ strategy,
|
|
|
str(video_dict['video_id']),
|
|
|
video_dict['video_title'],
|
|
|
our_video_link,
|