Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Blane187
/
yt-dlp
like
6
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Blane187
commited on
Aug 8, 2024
Commit
53b8e30
·
verified
·
1 Parent(s):
b1620e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,9 @@
1
import gradio as gr
2
import yt_dlp
3
4
def download_video(url):
5
ydl_opts = {
1
import gradio as gr
2
import yt_dlp
3
+
import os
4
+
5
+
6
+
os.system("python yt_dlp -U")
7
8
def download_video(url):
9
ydl_opts = {