Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
5160d6e
1
Parent(s): d8344ef
- 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 |
-
|
| 31 |
print("==================================================================================")
|
| 32 |
|
| 33 |
video_info = "Series: {series}/n"
|
| 34 |
video_info += "Code: {digits}/n"
|
| 35 |
video_info += "Actress: {actress}/n"
|
| 36 |
|
| 37 |
-
return
|
|
|
|
| 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
|