Jared 3 년 전
부모
커밋
84036bdc7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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')