not-lain commited on
Commit
f9c3f45
·
1 Parent(s): 4580906

update cookies

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