|
@@ -53,11 +53,11 @@ class Download:
|
|
|
Feishu.dimension_range(log_type, 'shipinhao', 'FSDlBy', 'ROWS', i + 1, i + 1)
|
|
|
Common.logger(log_type).info("视频已下载\n")
|
|
|
return
|
|
|
- # 已存在
|
|
|
- elif str(download_title) in [x for y in Feishu.get_values_batch(log_type, 'shipinhao', 'FSDlBy') for x in y]:
|
|
|
- Feishu.dimension_range(log_type, 'shipinhao', 'FSDlBy', 'ROWS', i + 1, i + 1)
|
|
|
- Common.logger(log_type).info("视频已存在\n")
|
|
|
- return
|
|
|
+ # # 已存在
|
|
|
+ # elif str(download_title) in [x for y in Feishu.get_values_batch(log_type, 'shipinhao', 'FSDlBy') for x in y]:
|
|
|
+ # Feishu.dimension_range(log_type, 'shipinhao', 'FSDlBy', 'ROWS', i + 1, i + 1)
|
|
|
+ # Common.logger(log_type).info("视频已存在\n")
|
|
|
+ # return
|
|
|
else:
|
|
|
# 下载封面
|
|
|
Common.download_method(log_type=log_type, text="cover",
|