kadirnar commited on
Commit
db9aaa1
1 Parent(s): 144d94a

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +4 -0
utils.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  from yt_dlp import YoutubeDL
2
 
3
  def url_download(url):
 
1
+ import os
2
+
3
+ os.system('pip install -qq yt-dlp -U')
4
+
5
  from yt_dlp import YoutubeDL
6
 
7
  def url_download(url):