dragxd commited on
Commit
82f5d70
·
verified ·
1 Parent(s): 1d00ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: