ming 3 년 전
부모
커밋
f8d22b2d3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OpenshotService/openshot_video_generator.py

+ 1 - 1
OpenshotService/openshot_video_generator.py

@@ -92,7 +92,7 @@ def myunichchar(unicode_char):
 
 def get_url_type(url):
     print('---------------------------------------------')
-    
+    print(url)
     req = urllib.request.Request(url, method='HEAD', headers={'User-Agent': 'Mozilla/5.0'})
     r = urllib.request.urlopen(req)
     contentType = r.getheader('Content-Type')