GilbertClaus commited on
Commit
5807824
·
1 Parent(s): a615abe
Files changed (1) hide show
  1. app.py +1 -1
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=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")
 
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')
29
  resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
30
  elif selected == 'Iwara' or selected == 'Mega':
31
  name = st.text_input("Nama File")