Mbonea commited on
Commit
6878fd1
1 Parent(s): 79462ec

Here we go!

Browse files
App/Transcription/TranscriptionRoutes.py CHANGED
@@ -44,7 +44,7 @@ async def download_audio(
44
  r"(?u)[^-\w.]", "", video_title
45
  ) # Ensure the title is file-friendly
46
  filename = f"{sanitized_title}.mp3"
47
- file_path = os.path.join("./", "Downloads", filename)
48
 
49
  ydl_opts = {
50
  "format": "bestaudio/best",
 
44
  r"(?u)[^-\w.]", "", video_title
45
  ) # Ensure the title is file-friendly
46
  filename = f"{sanitized_title}.mp3"
47
+ file_path = os.path.join("/srv/App/", "Downloads", filename)
48
 
49
  ydl_opts = {
50
  "format": "bestaudio/best",