developer28 commited on
Commit
04f4ff3
·
verified ·
1 Parent(s): 1064d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -585,6 +585,7 @@ class YouTubeDownloader:
585
  ydl_opts = {
586
  'noplaylist': True,
587
  'extract_flat': False,
 
588
  }
589
 
590
  if cookiefile and os.path.exists(cookiefile):
 
585
  ydl_opts = {
586
  'noplaylist': True,
587
  'extract_flat': False,
588
+ 'cachedir': False,
589
  }
590
 
591
  if cookiefile and os.path.exists(cookiefile):