ewftrhyjk commited on
Commit
e3a5707
1 Parent(s): efd978b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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': 'socks5://166.62.121.127:45248',
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],))