Chrunos commited on
Commit
059f051
·
verified ·
1 Parent(s): fce0e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ async def get_transcript(youtube_url: str):
141
  'cookiefile': "firefox-cookies.txt",
142
  'logger': logger,
143
  }
144
-
145
  # Show current directory structure before download
146
  logger.info(f"Current directory files (before): {os.listdir('.')}")
147
 
 
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
146
  logger.info(f"Current directory files (before): {os.listdir('.')}")
147