|
@@ -103,7 +103,7 @@ class TFuQiWangRecommend(object):
|
|
|
platform=self.platform,
|
|
|
mode=self.mode,
|
|
|
env=self.env,
|
|
|
- message="抓取第{}页时候出现错误, 报错信息是{}".format(i + 1, e),
|
|
|
+ message="抓取第{}页时候出现错误, 报错信息是{}".format(page_index + 1, e),
|
|
|
)
|
|
|
|
|
|
def process_video_obj(self, video_obj):
|