Ubuntu
commited on
Commit
·
7b125b8
1
Parent(s):
162a7ae
update yt-dlp
Browse files
app.py
CHANGED
@@ -23,8 +23,6 @@ def download_youtube_audio(url: str, output_dir: Optional[str] = None) -> str:
|
|
23 |
"-o", os.path.join(output_dir, "%(id)s.%(ext)s"),
|
24 |
"-v",
|
25 |
"--print", "after_move:filepath", # Print the output filepath
|
26 |
-
"--username", "oauth2",
|
27 |
-
"--password", "",
|
28 |
"--no-playlist",
|
29 |
"--print-json",
|
30 |
url
|
|
|
23 |
"-o", os.path.join(output_dir, "%(id)s.%(ext)s"),
|
24 |
"-v",
|
25 |
"--print", "after_move:filepath", # Print the output filepath
|
|
|
|
|
26 |
"--no-playlist",
|
27 |
"--print-json",
|
28 |
url
|