Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ os.system('pip uninstall vidfetch -y')
|
|
3 |
os.system('pip install -U https://github.com/dailingx/VidFetch/archive/master.zip')
|
4 |
os.system('pip install --upgrade google-api-python-client')
|
5 |
os.system('pip install pandas')
|
6 |
-
|
7 |
-
os.system('wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl')
|
8 |
-
os.system('chmod a+rx /usr/local/bin/youtube-dl')
|
9 |
|
10 |
import sys
|
11 |
import gradio as gr
|
|
|
3 |
os.system('pip install -U https://github.com/dailingx/VidFetch/archive/master.zip')
|
4 |
os.system('pip install --upgrade google-api-python-client')
|
5 |
os.system('pip install pandas')
|
6 |
+
os.system('pip install --upgrade youtube-dl')
|
7 |
+
# os.system('wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl')
|
8 |
+
# os.system('chmod a+rx /usr/local/bin/youtube-dl')
|
9 |
|
10 |
import sys
|
11 |
import gradio as gr
|