Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ 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)
|
|
|
|
| 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)
|