Jared hace 3 años
padre
commit
84036bdc7e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      OpenshotService/openshot_video_generator.py

+ 1 - 0
OpenshotService/openshot_video_generator.py

@@ -151,6 +151,7 @@ def file_prepare(name, name_hash,text_content,image_urls,multiLang,lang='zh'):
     make_dir(name_hash)
     img_num = 1
     for imgu in image_urls:
+        print(imgu)
         if get_url_type(imgu) =='video/mp4':
             r=requests.get(imgu)
             f=open(dir_photo+name_hash+"/"+str(img_num)+".mp4",'wb')