|
@@ -258,8 +258,7 @@ class VideoStitching():
|
|
|
Feishu.bot('recommend', '管理后台', '管理后台cookie失效,请及时更换~')
|
|
|
# 如果返回空信息,则随机睡眠 600, 1200 秒
|
|
|
time.sleep(random.randint(600, 1200))
|
|
|
- cls.video_cookie()
|
|
|
-
|
|
|
+ cls.video_stitching()
|
|
|
audio_url = data["content"]["transedVideoPath"]
|
|
|
print(audio_url)
|
|
|
return audio_url
|