Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|