Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
3fe7530
1
Parent(s): 005f3ed
Rule 34
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ if selected:
|
|
| 56 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 57 |
video_file, judul_video, video_info, thumbnail_file = fungsi(video_link, name)
|
| 58 |
else:
|
| 59 |
-
video_file, judul_video, video_info = fungsi(video_link)
|
| 60 |
file_size = os.path.getsize(video_file)
|
| 61 |
session(video_info, video_file, thumbnail_file, cut)
|
| 62 |
st.text_input(f"Video '{judul_video}' setelah diproses:", convert_size(file_size))
|
|
|
|
| 56 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 57 |
video_file, judul_video, video_info, thumbnail_file = fungsi(video_link, name)
|
| 58 |
else:
|
| 59 |
+
video_file, judul_video, video_info, thumbnail_file = fungsi(video_link)
|
| 60 |
file_size = os.path.getsize(video_file)
|
| 61 |
session(video_info, video_file, thumbnail_file, cut)
|
| 62 |
st.text_input(f"Video '{judul_video}' setelah diproses:", convert_size(file_size))
|