wangkun 2 years ago
parent
commit
607ebffc4a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      main/shipinhao_get_url.py

+ 2 - 1
main/shipinhao_get_url.py

@@ -113,7 +113,8 @@ class GetUrl:
                 Common.logger(log_type).info('获取视频头像/封面/播放地址')
                 print('获取视频头像/封面/播放地址')
                 urls = cls.get_url(log_type)
-                Feishu.update_values(log_type, 'shipinhao', 'FSDlBy', 'J2:L2', [[urls[2], urls[1], urls[0]]])
+                Feishu.update_values(log_type, 'shipinhao', 'FSDlBy', 'J2:L2',
+                                     [['https://'+urls[2], 'https://'+urls[1], 'https://'+urls[0]]])
                 Common.logger(log_type).info('视频地址信息写入飞书成功\n')
                 break
             else: