This commit is contained in:
2025-11-15 17:18:13 -08:00
parent 2694809abd
commit 482196368e
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"idf.pythonInstallPath": "/usr/bin/python"
}

View File

@ -29,5 +29,5 @@ def download_and_convert_to_opus(url, output_filename):
# Example usage: # Example usage:
url = input("input video url: ") url = input("input video url: ")
filename = input("filname for ripped audio: ") filename = input("filename for ripped audio: ")
download_and_convert_to_opus(url, filename + ".opus") download_and_convert_to_opus(url, filename + ".opus")