Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def get_audio_link(req: VideoRequest):
|
|
41 |
'skip_download': True,
|
42 |
'forceurl': True,
|
43 |
'cookies': COOKIES_PATH if os.path.isfile(COOKIES_PATH) else None
|
|
|
44 |
}
|
45 |
try:
|
46 |
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
|
|
|
41 |
'skip_download': True,
|
42 |
'forceurl': True,
|
43 |
'cookies': COOKIES_PATH if os.path.isfile(COOKIES_PATH) else None
|
44 |
+
'cache_dir': False
|
45 |
}
|
46 |
try:
|
47 |
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
|