Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,9 +14,9 @@ from others import *
|
|
| 14 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'X']
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
-
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
|
| 18 |
|
| 19 |
-
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer]
|
| 20 |
|
| 21 |
if selected:
|
| 22 |
index = options.index(selected)
|
|
|
|
| 14 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'X']
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
+
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', 'lightning'], menu_icon="cast", default_index=0)
|
| 18 |
|
| 19 |
+
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
|
| 20 |
|
| 21 |
if selected:
|
| 22 |
index = options.index(selected)
|