Update app.py
Browse files
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
|