Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def yt_download(url,path,name,width,height,views):
|
|
58 |
'quiet': True,
|
59 |
'format': 'best',
|
60 |
'nocheckcertificate': True,
|
61 |
-
'proxy': '
|
62 |
}
|
63 |
with YoutubeDL(ydl_opts) as ydl:
|
64 |
download_thread = threading.Thread(target=ydl.download, args=([url],))
|
|
|
58 |
'quiet': True,
|
59 |
'format': 'best',
|
60 |
'nocheckcertificate': True,
|
61 |
+
'proxy': '154.12.253.232:47522',
|
62 |
}
|
63 |
with YoutubeDL(ydl_opts) as ydl:
|
64 |
download_thread = threading.Thread(target=ydl.download, args=([url],))
|