Spaces:
Paused
Paused
Commit ·
a615abe
1
Parent(s): a9e05c6
New
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ if selected:
|
|
| 25 |
st.write(f"Download dan potong sebagian video {selected}.")
|
| 26 |
|
| 27 |
if selected == 'Youtube' or selected == 'Pornhub':
|
| 28 |
-
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=
|
| 29 |
resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
|
| 30 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 31 |
name = st.text_input("Nama File")
|
|
@@ -119,4 +119,3 @@ if selected:
|
|
| 119 |
file_size = os.path.getsize(video_file)
|
| 120 |
session(video_info, video_file, thumbnail_file, choice)
|
| 121 |
st.text_input(f"Video '{judul_video}' setelah diproses:", convert_size(file_size))
|
| 122 |
-
|
|
|
|
| 25 |
st.write(f"Download dan potong sebagian video {selected}.")
|
| 26 |
|
| 27 |
if selected == 'Youtube' or selected == 'Pornhub':
|
| 28 |
+
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=tFSfPmqbfKU&pp=ygUPYnJhbmRpc2ggaGVudGFp')
|
| 29 |
resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
|
| 30 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 31 |
name = st.text_input("Nama File")
|
|
|
|
| 119 |
file_size = os.path.getsize(video_file)
|
| 120 |
session(video_info, video_file, thumbnail_file, choice)
|
| 121 |
st.text_input(f"Video '{judul_video}' setelah diproses:", convert_size(file_size))
|
|
|