Chrunos commited on
Commit
caa7e73
·
verified ·
1 Parent(s): 7626ebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -138,8 +138,7 @@ async def get_transcript(youtube_url: str):
138
  'subtitlesformat': 'best',
139
  'outtmpl': '%(id)s.%(ext)s',
140
  'noplaylist': True,
141
- 'cookiefile': "firefox-cookies.txt",
142
- 'logger': logger,
143
  }
144
  env_to_cookies_from_env("firefox-cookies.txt")
145
  # Show current directory structure before download
 
138
  'subtitlesformat': 'best',
139
  'outtmpl': '%(id)s.%(ext)s',
140
  'noplaylist': True,
141
+ 'cookiefile': "firefox-cookies.txt"
 
142
  }
143
  env_to_cookies_from_env("firefox-cookies.txt")
144
  # Show current directory structure before download