Spaces:
Runtime error
Runtime error
update cookies
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ class MusicBot:
|
|
29 |
self.ydl_opts = {
|
30 |
'format': 'bestaudio/best',
|
31 |
'cookiefile': 'cookies.txt',
|
|
|
32 |
'quiet': True,
|
33 |
'no_warnings': True,
|
34 |
'extract_flat': 'in_playlist'
|
|
|
29 |
self.ydl_opts = {
|
30 |
'format': 'bestaudio/best',
|
31 |
'cookiefile': 'cookies.txt',
|
32 |
+
'cookies': 'cookies.txt',
|
33 |
'quiet': True,
|
34 |
'no_warnings': True,
|
35 |
'extract_flat': 'in_playlist'
|