GilangAlRusliadi commited on
Commit
5160d6e
·
1 Parent(s): d8344ef
Files changed (1) hide show
  1. trailer.py +2 -2
trailer.py CHANGED
@@ -27,11 +27,11 @@ def trailer(url):
27
  output_file = convert_videos(720, video_file)
28
  print("==================================================================================")
29
  # Menggabungkan video
30
- output_file = join_video(thumbnail_file, video_file)
31
  print("==================================================================================")
32
 
33
  video_info = "Series: {series}/n"
34
  video_info += "Code: {digits}/n"
35
  video_info += "Actress: {actress}/n"
36
 
37
- return output_file, judul, video_info, thumbnail_file
 
27
  output_file = convert_videos(720, video_file)
28
  print("==================================================================================")
29
  # Menggabungkan video
30
+ video_file = join_video(thumbnail_file, output_file)
31
  print("==================================================================================")
32
 
33
  video_info = "Series: {series}/n"
34
  video_info += "Code: {digits}/n"
35
  video_info += "Actress: {actress}/n"
36
 
37
+ return video_file, judul, video_info, thumbnail_file