Spaces:
Paused
Paused
Commit ·
9b10cd0
1
Parent(s): b37772f
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,10 +5,10 @@ from pornhub import pornhub
|
|
| 5 |
from other import cut_video, session
|
| 6 |
|
| 7 |
# Navigasi Sidebar
|
| 8 |
-
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Trailer']
|
| 9 |
with st.sidebar:
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
-
icons=['play', 'fire', 'star', 'star', 'moon','gear', 'lightning'], menu_icon="cast", default_index=0)
|
| 12 |
|
| 13 |
functions = [youtube, pornhub]
|
| 14 |
|
|
|
|
| 5 |
from other import cut_video, session
|
| 6 |
|
| 7 |
# Navigasi Sidebar
|
| 8 |
+
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer']
|
| 9 |
with st.sidebar:
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
+
icons=['play', 'fire', 'star', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
|
| 12 |
|
| 13 |
functions = [youtube, pornhub]
|
| 14 |
|