Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
395b0d9
1
Parent(s): a30efa9
- trailer.py +3 -3
trailer.py
CHANGED
|
@@ -23,8 +23,8 @@ def trailer(url):
|
|
| 23 |
# Menggabungkan video
|
| 24 |
video_file = join_video(judul, thumbnail_file, video_file)
|
| 25 |
|
| 26 |
-
video_info = "Series: {series}\n"
|
| 27 |
-
video_info += "Code: {digits}\n"
|
| 28 |
-
video_info += "Actress: {actress}\n"
|
| 29 |
|
| 30 |
return video_file, judul, video_info, thumbnail_file
|
|
|
|
| 23 |
# Menggabungkan video
|
| 24 |
video_file = join_video(judul, thumbnail_file, video_file)
|
| 25 |
|
| 26 |
+
video_info = f"Series: {series}\n"
|
| 27 |
+
video_info += f"Code: {digits}\n"
|
| 28 |
+
video_info += f"Actress: {actress}\n"
|
| 29 |
|
| 30 |
return video_file, judul, video_info, thumbnail_file
|